Re: [PATCH] staging: exfat: Replace printk with pr_info

2020-02-09 Thread Greg KH
On Mon, Feb 10, 2020 at 05:48:10AM +0900, JieunKim wrote: > pr_info is preferred to use than printk. > pr_info calls printk with KERN_INFO macros by itself. > --- > drivers/staging/exfat/exfat_super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/exfat/e

[PATCH] staging: exfat: Replace printk with pr_info

2020-02-09 Thread JieunKim
pr_info is preferred to use than printk. pr_info calls printk with KERN_INFO macros by itself. --- drivers/staging/exfat/exfat_super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c index b81d2a87b82e..

Re: Are people from linux-mediatek also interested in Mediatek MIPS SoCs? [Was: [PATCH] staging: mt7621-dts: add dt node for 2nd/3rd uart on mt7621]

2020-02-09 Thread Matthias Brugger
On 06/02/2020 08:53, Chuanhong Guo wrote: > On Tue, Feb 4, 2020 at 6:37 PM Dan Carpenter wrote: >> >> On Tue, Feb 04, 2020 at 05:59:21PM +0800, Chuanhong Guo wrote: >>> Hi! >>> >>> On Tue, Feb 4, 2020 at 5:47 PM Dan Carpenter >>> wrote: Please use ./scripts/get_maintainer.pl to pick

[PATCH v3] staging: qlge: remove spaces at the start of a line

2020-02-09 Thread Mohana Datta Yelugoti
This patch fixes "WARNING: please, no spaces at the start of a line" by checkpatch.pl by replacing spaces with the tab. Signed-off-by: Mohana Datta Yelugoti --- Changes from v1 -> v2: Improved patch description Changes from v2 -> v3: Added information about changes between patch v

Re: [PATCH v2] staging: qlge: remove spaces at the start of a line

2020-02-09 Thread Joe Perches
On Sun, 2020-02-09 at 22:44 +0530, Mohana Datta Yelugoti wrote: > This patch fixes "WARNING: please, no spaces at the start of a > line" by checkpatch.pl by replacing spaces with the tab. > Signed-off-by: Mohana Datta Yelugoti > --- Hello Mohana. What changed in the v2? When you send a new rev

Re: [PATCH v2] staging: qlge: remove spaces at the start of a line

2020-02-09 Thread Greg KH
On Sun, Feb 09, 2020 at 10:44:30PM +0530, Mohana Datta Yelugoti wrote: > This patch fixes "WARNING: please, no spaces at the start of a > line" by checkpatch.pl by replacing spaces with the tab. > > Signed-off-by: Mohana Datta Yelugoti > --- > drivers/staging/qlge/qlge_main.c | 12 ++-- >

[PATCH v2] staging: qlge: remove spaces at the start of a line

2020-02-09 Thread Mohana Datta Yelugoti
This patch fixes "WARNING: please, no spaces at the start of a line" by checkpatch.pl by replacing spaces with the tab. Signed-off-by: Mohana Datta Yelugoti --- drivers/staging/qlge/qlge_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/qlge/

[PATCH] staging: qlge: remove spaces at the start of a line

2020-02-09 Thread Mohana Datta Yelugoti
This patch fixes "WARNING: please, no spaces at the start of a line" by checkpatch.pl. Signed-off-by: Mohana Datta Yelugoti --- drivers/staging/qlge/qlge_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/qlge/qlge_main.c b/drivers/staging/qlg