summaryrefslogtreecommitdiff
path: root/drivers/staging/media/lirc
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-03-05 14:49:26 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-19 17:26:16 (GMT)
commitb47acf2a161b2f3001bf50dfa740477db6d32327 (patch)
treef2172b516514ef01f936c8d28e002c6eaff725be /drivers/staging/media/lirc
parentabfac0b64876294aaf1aab01df56041a3995a91f (diff)
downloadlinux-fsl-qoriq-b47acf2a161b2f3001bf50dfa740477db6d32327.tar.xz
[media] staging: Fix comments and some typos in staging/media/*
linux-next: I like to spend some time reading code, in doing so I have found some typos in some of the comments. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/media/lirc')
-rw-r--r--drivers/staging/media/lirc/lirc_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/lirc/lirc_serial.c b/drivers/staging/media/lirc/lirc_serial.c
index 8dd8897..97352cf 100644
--- a/drivers/staging/media/lirc/lirc_serial.c
+++ b/drivers/staging/media/lirc/lirc_serial.c
@@ -1282,7 +1282,7 @@ MODULE_PARM_DESC(iommap, "physical base for memory mapped I/O"
/*
* some architectures (e.g. intel xscale) align the 8bit serial registers
* on 32bit word boundaries.
- * See linux-kernel/serial/8250.c serial_in()/out()
+ * See linux-kernel/drivers/tty/serial/8250/8250.c serial_in()/out()
*/
module_param(ioshift, int, S_IRUGO);
MODULE_PARM_DESC(ioshift, "shift I/O register offset (0 = no shift)");