diff options
author | Uwe Kleine-König | 2007-05-09 07:51:49 +0200 |
---|---|---|
committer | Adrian Bunk | 2007-05-09 08:58:16 +0200 |
commit | 5886269962f94fa9185c32db3ec936c612503235 (patch) | |
tree | 2f24dabcf5791319ebb1fbdfb5dbc58284714275 /drivers/leds | |
parent | drivers/base/platform.c: fix small typo in doc (diff) | |
download | kernel-qcow2-linux-5886269962f94fa9185c32db3ec936c612503235.tar.gz kernel-qcow2-linux-5886269962f94fa9185c32db3ec936c612503235.tar.xz kernel-qcow2-linux-5886269962f94fa9185c32db3ec936c612503235.zip |
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 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-h1940.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-h1940.c b/drivers/leds/leds-h1940.c index 1d49d2ade557..677c99325be5 100644 --- a/drivers/leds/leds-h1940.c +++ b/drivers/leds/leds-h1940.c @@ -1,5 +1,5 @@ /* - * drivers/leds/h1940-leds.c + * drivers/leds/leds-h1940.c * Copyright (c) Arnaud Patard <arnaud.patard@rtp-net.org> * * This file is subject to the terms and conditions of the GNU General Public |