On Sat, 24 Mar 2018 22:01:45 +0530
Arushi Singhal wrote:
> Using pr_() is more concise than printk(KERN_).
> This patch:
> * Replace printks having a log level with the appropriate
> pr_*() macros.
> * Indent the code where possible.
> * Remove periods from messages.
>
> Signed-off-by: Arushi Si
Using pr_() is more concise than printk(KERN_).
This patch:
* Replace printks having a log level with the appropriate
pr_*() macros.
* Indent the code where possible.
* Remove periods from messages.
Signed-off-by: Arushi Singhal
---
changes:
Before printk() is changes to dev_*macro(), but it was
2 matches
Mail list logo