Re: [PATCH] Documentation: networking: Fix Column span alignment warnings in l2tp.rst

2020-11-18 Thread siddhant gupta
On Wed, 18 Nov 2020 at 15:53, Tom Parkin wrote: > > On Tue, Nov 17, 2020 at 15:22:07 +0530, Siddhant Gupta wrote: > > Fix Column span alignment problem warnings in the file > > > > Thanks for the patch, Siddhant. > > Could you provide some information on how t

[PATCH] Documentation: networking: Fix Column span alignment warnings in l2tp.rst

2020-11-17 Thread Siddhant Gupta
Fix Column span alignment problem warnings in the file Signed-off-by: Siddhant Gupta --- Documentation/networking/l2tp.rst | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation/networking/l2tp.rst b/Documentation/networking/l2tp.rst

[PATCH] Documentation: admin-guide: LSM: improve the title underline

2020-11-12 Thread Siddhant Gupta
Fix warning of title underline too short Signed-off-by: Siddhant Gupta --- Documentation/admin-guide/LSM/SafeSetID.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/LSM/SafeSetID.rst b/Documentation/admin-guide/LSM/SafeSetID.rst index

[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