diff options
author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | 2007-05-09 07:51:49 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 08:58:16 +0200 |
commit | 5886269962f94fa9185c32db3ec936c612503235 (patch) | |
tree | 2f24dabcf5791319ebb1fbdfb5dbc58284714275 /include/asm-sh | |
parent | 01afd80626e98c2347bc25be92ee4a3faf314514 (diff) | |
download | op-kernel-dev-5886269962f94fa9185c32db3ec936c612503235.zip op-kernel-dev-5886269962f94fa9185c32db3ec936c612503235.tar.gz |
fix file specification in comments
Many files include the filename at the beginning, serveral used a wrong one.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/edosk7705.h | 2 | ||||
-rw-r--r-- | include/asm-sh/snapgear.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-sh/edosk7705.h b/include/asm-sh/edosk7705.h index a1089a6..5bdc9d9 100644 --- a/include/asm-sh/edosk7705.h +++ b/include/asm-sh/edosk7705.h @@ -1,5 +1,5 @@ /* - * include/asm-sh/edosk7705/io.h + * include/asm-sh/edosk7705.h * * Modified version of io_se.h for the EDOSK7705 specific functions. * diff --git a/include/asm-sh/snapgear.h b/include/asm-sh/snapgear.h index 6b5e4dd..2d712e7 100644 --- a/include/asm-sh/snapgear.h +++ b/include/asm-sh/snapgear.h @@ -1,5 +1,5 @@ /* - * include/asm-sh/snapgear/io.h + * include/asm-sh/snapgear.h * * Modified version of io_se.h for the snapgear-specific functions. * |