[PATCH] Staging: mt7621-pci: Fix alignment warnings

2020-11-06 Thread Siddhant Gupta
Fix the alignment issue pointed out by checkpatch Signed-off-by: Siddhant Gupta --- drivers/staging/mt7621-pci/pci-mt7621.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index

[PATCH] staging: mt7621-dma: fix alignment warnings

2020-11-06 Thread Siddhant Gupta
Fix the checkpatch warning of alignment should match open parenthesis for some dev_dbg() calls Signed-off-by: Siddhant Gupta --- drivers/staging/mt7621-dma/mtk-hsdma.c | 44 +- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/staging/mt7621-dma/mtk

Re: [PATCH] staging: mt7621-dma: Prefer Using BIT Macro instead of left shifting on 1.

2020-11-02 Thread siddhant gupta
On Tue, 3 Nov 2020 at 01:10, Greg KH wrote: > > On Tue, Nov 03, 2020 at 01:04:02AM +0530, siddhant gupta(siddhant1223) wrote: > > > > Replace left shifting on 1 by a BIT macro to fix checkpatch warning. > > > > Signed-off-by: Siddhant Gupta > > > > --- &

[PATCH] staging: mt7621-dma: Prefer Using BIT Macro instead of left shifting on 1.

2020-11-02 Thread siddhant gupta(siddhant1223)
Replace left shifting on 1 by a BIT macro to fix checkpatch warning. Signed-off-by: Siddhant Gupta --- drivers/staging/mt7621-dma/mtk-hsdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c