On Thu, May 30, 2013 at 11:20:34AM +0200, walter harms wrote: > > > Am 30.05.2013 07:48, schrieb Harsh Kumar: > > Few functions are used only in one file. They are not included in any > > other .h or .c files (I used grep to check). They seem to be local functions. > > So, I have made them static. > > I have also inlined one function as it is a one line function. > > > I would leave that to the compiler (personal taste) > Yes. Modern compilers basically ignore inline statements anyway. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html