summaryrefslogtreecommitdiff
path: root/drivers/staging/crystalhd
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-03-08 16:06:20 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-08 17:57:38 (GMT)
commitfb281c2d6910b56223bcfa78e140689273727eca (patch)
tree1e68cd858979deedbc6f0ccb0e96053d8aeafe5b /drivers/staging/crystalhd
parentdd09979346813357200adf71b07003fc0a778089 (diff)
downloadlinux-fsl-qoriq-fb281c2d6910b56223bcfa78e140689273727eca.tar.xz
staging: crystalhd: Fix typo in crystalhd_hw.c
Correct spelling "interal" to "internal" in drivers/staging/crystalhd/crystalhd_hw.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/crystalhd')
-rw-r--r--drivers/staging/crystalhd/crystalhd_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/crystalhd/crystalhd_hw.c b/drivers/staging/crystalhd/crystalhd_hw.c
index 88b538b..e617d2f 100644
--- a/drivers/staging/crystalhd/crystalhd_hw.c
+++ b/drivers/staging/crystalhd/crystalhd_hw.c
@@ -767,7 +767,7 @@ static enum BC_STATUS crystalhd_hw_fill_desc(struct crystalhd_dio_req *ioreq,
crystalhd_hw_dump_desc(desc, last_desc_ix, 1);
if (count != xfr_sz) {
- BCMLOG_ERR("interal error sz curr:%x exp:%x\n", count, xfr_sz);
+ BCMLOG_ERR("internal error sz curr:%x exp:%x\n", count, xfr_sz);
return BC_STS_ERROR;
}