]> Git Repo - linux.git/commit - kernel/params.c
[PATCH] Change dash2underscore() return value to char
authorEric Sesterhenn <[email protected]>
Tue, 28 Mar 2006 09:56:24 +0000 (01:56 -0800)
committerLinus Torvalds <[email protected]>
Tue, 28 Mar 2006 17:16:03 +0000 (09:16 -0800)
commitb9e20a920092eb3840424f85c78852c0433df00d
tree267bf2564817cc5d5c36cb4b3acd860e2ee2c126
parent7b7a317cf863559b49b548a8b97b2f4bdf1e149e
[PATCH] Change dash2underscore() return value to char

Since dash2underscore() just operates and returns chars, I guess its safe
to change the return value to a char.  With my .config, this reduces its
size by 5 bytes.

   text    data     bss     dec     hex filename
   4155     152       0    4307    10d3 params.o.orig
   4150     152       0    4302    10ce params.o

Signed-off-by: Eric Sesterhenn <[email protected]>
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/params.c
This page took 0.043278 seconds and 4 git commands to generate.