summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_qbman/qman_low.h
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@freescale.com>2013-12-11 17:53:09 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-01-08 01:12:07 (GMT)
commit1f4dc2cbe8d8227c8cab88a28a111cf66c6d0920 (patch)
tree3df2a7fe30acf3970ee178a7c6c0e487b8d78938 /drivers/staging/fsl_qbman/qman_low.h
parent6e0d1b19fae72a064d7d7a0ad4146ec82086225e (diff)
downloadlinux-fsl-qoriq-1f4dc2cbe8d8227c8cab88a28a111cf66c6d0920.tar.xz
fsl_qbman: fix a few spelling errors
Fix some spelling errors reported by codespell. Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com> Change-Id: I4c2f89d218389b0019ae4ff80206e05b94d715e4 Reviewed-on: http://git.am.freescale.net:8181/7707 Reviewed-by: Haiying Wang <Haiying.Wang@freescale.com> Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'drivers/staging/fsl_qbman/qman_low.h')
-rw-r--r--drivers/staging/fsl_qbman/qman_low.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl_qbman/qman_low.h b/drivers/staging/fsl_qbman/qman_low.h
index ea2dccc..17c0d5d 100644
--- a/drivers/staging/fsl_qbman/qman_low.h
+++ b/drivers/staging/fsl_qbman/qman_low.h
@@ -257,7 +257,7 @@ static inline int qm_eqcr_init(struct qm_portal *portal,
unsigned int eq_stash_thresh,
int eq_stash_prio)
{
- /* This use of 'register', as well as all other occurances, is because
+ /* This use of 'register', as well as all other occurrences, is because
* it has been observed to generate much faster code with gcc than is
* otherwise the case. */
register struct qm_eqcr *eqcr = &portal->eqcr;