| commit | 8d790d74085833ba2a3e84b5bcd683be4981c29a | [log] [tgz] |
|---|---|---|
| author | Dmitry Torokhov <dtor_core@ameritech.net> | Tue Apr 26 02:34:05 2005 -0500 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 20 15:15:01 2005 -0700 |
| tree | fe3be944882cb1ec272e4fb6782c6caa404a6187 | |
| parent | 419cab3fc69588ebe35b845cc3a584ae172463de [diff] |
[PATCH] make driver's name be const char *
Driver core:
change driver's, bus's, class's and platform device's names
to be const char * so one can use
const char *drv_name = "asdfg";
when initializing structures.
Also kill couple of whitespaces.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>