Loading arch/um/drivers/line.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ static void line_timer_cb(struct work_struct *work) /* * Returns the free space inside the ring buffer of this line. * * Should be called while holding line->lock (this does not modify datas). * Should be called while holding line->lock (this does not modify data). */ static int write_room(struct line *line) { Loading arch/um/drivers/null.c +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #include "chan_user.h" #include "os.h" /* This address is used only as a unique identifer */ /* This address is used only as a unique identifier */ static int null_chan; static void *null_init(char *str, int device, const struct chan_opts *opts) Loading arch/um/drivers/stderr_console.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ /* trivial console driver -- simply dump everything to stderr */ /* * Don't register by default -- as this registeres very early in the * Don't register by default -- as this registers very early in the * boot process it becomes the default console. * * Initialized at init time. Loading arch/um/kernel/gmon_syms.c +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ EXPORT_SYMBOL(__bb_init_func); * versions in libgcov. * * Since SuSE backported the fix, we cannot handle it depending on GCC version. * So, unconditinally export it. But also give it a weak declaration, which will * be overriden by any other one. * So, unconditionally export it. But also give it a weak declaration, which will * be overridden by any other one. */ extern void __gcov_init(void *) __attribute__((weak)); Loading arch/um/kernel/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,7 @@ int deactivate_all_fds(void) } /* * do_IRQ handles all normal device IRQ's (the special * do_IRQ handles all normal device IRQs (the special * SMP cross-CPU interrupts have their own specific * handlers). */ Loading Loading
arch/um/drivers/line.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ static void line_timer_cb(struct work_struct *work) /* * Returns the free space inside the ring buffer of this line. * * Should be called while holding line->lock (this does not modify datas). * Should be called while holding line->lock (this does not modify data). */ static int write_room(struct line *line) { Loading
arch/um/drivers/null.c +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ #include "chan_user.h" #include "os.h" /* This address is used only as a unique identifer */ /* This address is used only as a unique identifier */ static int null_chan; static void *null_init(char *str, int device, const struct chan_opts *opts) Loading
arch/um/drivers/stderr_console.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ /* trivial console driver -- simply dump everything to stderr */ /* * Don't register by default -- as this registeres very early in the * Don't register by default -- as this registers very early in the * boot process it becomes the default console. * * Initialized at init time. Loading
arch/um/kernel/gmon_syms.c +2 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,8 @@ EXPORT_SYMBOL(__bb_init_func); * versions in libgcov. * * Since SuSE backported the fix, we cannot handle it depending on GCC version. * So, unconditinally export it. But also give it a weak declaration, which will * be overriden by any other one. * So, unconditionally export it. But also give it a weak declaration, which will * be overridden by any other one. */ extern void __gcov_init(void *) __attribute__((weak)); Loading
arch/um/kernel/irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -326,7 +326,7 @@ int deactivate_all_fds(void) } /* * do_IRQ handles all normal device IRQ's (the special * do_IRQ handles all normal device IRQs (the special * SMP cross-CPU interrupts have their own specific * handlers). */ Loading