On Wed, Mar 02, 2016 at 05:07:21PM +0100, Michal Mazurek wrote:
> kern_sched.c:
> - remove unused functions
> - mark static functions as static

Functions shouldn't be static in the kernel. "In userland,
functions local to one source module should be declared ‘static’.  This
should not be done in kernel land since it makes it impossible to use the
kernel debugger." -- style(8)

Reply via email to