Re: [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes

From: Steven Rostedt
Date: Fri Jan 12 2018 - 12:11:59 EST


On Fri, 12 Jan 2018 11:54:54 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> #include <linux/module.h>
> #include <linux/delay.h>
> #include <linux/sched.h>
> #include <linux/mutex.h>
> #include <linux/workqueue.h>
> #include <linux/hrtimer.h>
>
>


>
> Hmm, how does one have git commit not remove the C preprocessor at the
> start of the module?

Probably just add a space in front of the entire program.

-- Steve