staging: crystalhd: Fix typo in crystalhd_hw.c
authorMasanari Iida <standby24x7@gmail.com>
Thu, 8 Mar 2012 16:06:20 +0000 (01:06 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 17:57:38 +0000 (09:57 -0800)
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>
drivers/staging/crystalhd/crystalhd_hw.c

index 88b538b..e617d2f 100644 (file)
@@ -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;
        }