aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/devices.c
Commit message (Collapse)AuthorAgeFilesLines
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-131-2/+2
| | | | | | | | | | | | | | | For string without format specifiers, use seq_puts(). For seq_printf("\n"), use seq_putc('\n'). text data bss dec hex filename 61866 488 112 62466 f402 fs/proc/proc.o 61729 488 112 62329 f379 fs/proc/proc.o ---------------------------------------------------- -139 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan2008-10-231-0/+70
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>