| commit | 2f996acb6191b6b5f188eca1d1ad76cf1d8ecf76 | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Dec 29 20:27:36 2008 +0100 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Dec 29 20:27:36 2008 +0100 |
| tree | 717ff78e52a19ea1ba74e19d50807e957d94505e | |
| parent | 047140ae2ecf954c0c44ea27cb1ae89138671bc1 [diff] |
ide: checkpatch.pl fixes for ide-lib.c
Fix following errors/warnings detected by checkpatch.pl:
- WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable
- WARNING: space prohibited between function name and open parenthesis '('
- ERROR: trailing whitespace
- ERROR: trailing statements should be on next line
- WARNING: printk() should include KERN_ facility level
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>