On Tue, Aug 26, 2014 at 12:33:28PM +0200, Takashi Iwai wrote:
> At Tue, 26 Aug 2014 15:43:24 +0530,
> Sudip Mukherjee wrote:
> >
> > printk replaced with corresponding pr_err and pr_alert
> >
> > Signed-off-by: Sudip Mukherjee
> > ---
> >
> > Initially started by copy-paste but as Takashi sugge
At Tue, 26 Aug 2014 15:43:24 +0530,
Sudip Mukherjee wrote:
>
> printk replaced with corresponding pr_err and pr_alert
>
> Signed-off-by: Sudip Mukherjee
> ---
>
> Initially started by copy-paste but as Takashi suggested it was done by a
> script.
> bash script is as follows :
>
> OLD="printk(
printk replaced with corresponding pr_err and pr_alert
Signed-off-by: Sudip Mukherjee
---
Initially started by copy-paste but as Takashi suggested it was done by a
script.
bash script is as follows :
OLD="printk(KERN_ERR \?"
OLD1="printk(KERN_ALERT \?"
NEW="pr_err("
NEW1="pr_alert("
TFILE="/tm
3 matches
Mail list logo