[PATCH] ARM: Remove duplicate header

2019-05-11 Thread Sabyasachi Gupta
Remove linux/tty.h which is included more than once Signed-off-by: Sabyasachi Gupta --- arch/arm/mach-sa1100/hackkit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-sa1100/hackkit.c b/arch/arm/mach-sa1100/hackkit.c index 643d5f2..0016d25 100644 --- a/arch/arm/mach-sa1100

[PATCH] mm: Remove duplicate headers

2019-05-10 Thread Sabyasachi Gupta
Remove asm/sections.h and asm/fixmap.h which are included more than once Signed-off-by: Sabyasachi Gupta --- arch/arm/mm/mmu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index fcded2c..29035f4 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c

[PATCH] arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header

2019-03-11 Thread Sabyasachi Gupta
Remove linux/irq.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- arch/sh/boards/mach-dreamcast/irq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c index 2789647..69fa91c 100644 --- a/arch/sh

[PATCH] fs/block_dev.c: Remove duplicate header

2019-03-11 Thread Sabyasachi Gupta
Remove linux/dax.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- fs/block_dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/block_dev.c b/fs/block_dev.c index cdda48f..8abcdb6 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -29,7 +29,6 @@ #include

Re: [PATCH] sh: Remove duplicate header

2019-02-13 Thread Sabyasachi Gupta
On Wed, Jan 30, 2019 at 8:04 AM Sabyasachi Gupta wrote: > > On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder > wrote: > > > > On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta > > wrote: > > > > > > Remove linux/irq.h which is included more tha

Re: [PATCH] fs/coda/psdev.c: Remove duplicate header

2019-02-13 Thread Sabyasachi Gupta
On Wed, Jan 30, 2019 at 8:01 AM Sabyasachi Gupta wrote: > > On Mon, Jan 14, 2019 at 1:40 PM Souptick Joarder wrote: > > > > On Fri, Jan 11, 2019 at 8:59 PM Sabyasachi Gupta > > wrote: > > > > > > Remove linux/poll.h which is included more than once &

Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-02-13 Thread Sabyasachi Gupta
On Wed, Jan 30, 2019 at 7:59 AM Sabyasachi Gupta wrote: > > On Mon, Jan 14, 2019 at 1:34 PM Souptick Joarder wrote: > > > > On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta > > wrote: > > > > > > Remove linux/xattr.h which is included more than once &

Re: [PATCH] fs/block_dev.c: Remove duplicate header

2019-02-13 Thread Sabyasachi Gupta
On Wed, Jan 30, 2019 at 7:56 AM Sabyasachi Gupta wrote: > > On Wed, Jan 16, 2019 at 5:46 PM Souptick Joarder wrote: > > > > On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta > > wrote: > > > > > > Remove linux/dax.h which is included more than once. &

Re: [PATCH] powerpc/cell: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Thu, Jan 17, 2019 at 11:13 PM Souptick Joarder wrote: > > On Thu, Jan 17, 2019 at 9:49 PM Sabyasachi Gupta > wrote: > > > > Remove linux/syscalls.h which is included more than once > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joard

Re: [PATCH] powerpc/powernv: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Fri, Jan 18, 2019 at 3:34 PM Souptick Joarder wrote: > > On Thu, Jan 17, 2019 at 9:40 PM Sabyasachi Gupta > wrote: > > > > Remove linux/printk.h which is included more than once. > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joard

Re: [PATCH] sh: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Thu, Jan 17, 2019 at 11:11 PM Souptick Joarder wrote: > > On Thu, Jan 17, 2019 at 9:57 PM Sabyasachi Gupta > wrote: > > > > Remove linux/irq.h which is included more than once. > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joard

Re: [PATCH] fs/coda/psdev.c: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Mon, Jan 14, 2019 at 1:40 PM Souptick Joarder wrote: > > On Fri, Jan 11, 2019 at 8:59 PM Sabyasachi Gupta > wrote: > > > > Remove linux/poll.h which is included more than once > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joard

Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Mon, Jan 14, 2019 at 1:34 PM Souptick Joarder wrote: > > On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta > wrote: > > > > Remove linux/xattr.h which is included more than once > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joard

Re: [PATCH] fs/block_dev.c: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Wed, Jan 16, 2019 at 5:46 PM Souptick Joarder wrote: > > On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta > wrote: > > > > Remove linux/dax.h which is included more than once. > > > > Signed-off-by: Sabyasachi Gupta > > Acked-by: Souptick Joard

[PATCH] mm: Remove duplicate header

2019-01-21 Thread Sabyasachi Gupta
Remove linux/ptrace.h which is included more than once Signed-off-by: Sabyasachi Gupta --- arch/nios2/mm/fault.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/nios2/mm/fault.c b/arch/nios2/mm/fault.c index 24fd84c..eb65f17 100644 --- a/arch/nios2/mm/fault.c +++ b/arch/nios2/mm/fault.c

[PATCH] um: Remove duplicate headers

2019-01-18 Thread Sabyasachi Gupta
Remove sys/socket.h and sys/uio.h which are included more than once Signed-off-by: Sabyasachi Gupta --- arch/um/drivers/vector_user.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c index d2c17dd..c863921 100644 --- a/arch/um

[PATCH] sh: Remove duplicate header

2019-01-17 Thread Sabyasachi Gupta
Remove linux/irq.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- arch/sh/boards/mach-dreamcast/irq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/boards/mach-dreamcast/irq.c b/arch/sh/boards/mach-dreamcast/irq.c index 2789647..69fa91c 100644 --- a/arch/sh

[PATCH] powerpc/cell: Remove duplicate header

2019-01-17 Thread Sabyasachi Gupta
Remove linux/syscalls.h which is included more than once Signed-off-by: Sabyasachi Gupta --- arch/powerpc/platforms/cell/spu_syscalls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/platforms/cell/spu_syscalls.c b/arch/powerpc/platforms/cell/spu_syscalls.c index 263413a

[PATCH] powerpc/powernv: Remove duplicate header

2019-01-17 Thread Sabyasachi Gupta
Remove linux/printk.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- arch/powerpc/platforms/powernv/opal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/platforms/powernv/opal.c b/arch/powerpc/platforms/powernv/opal.c index beed86f..802de0d 100644

[PATCH] tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header

2019-01-14 Thread Sabyasachi Gupta
Remove sys/ucontext.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- tools/testing/selftests/x86/unwind_vdso.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/x86/unwind_vdso.c b/tools/testing/selftests/x86/unwind_vdso.c index 00a26a8..9731133

[PATCH] fs/coda/psdev.c: Remove duplicate header

2019-01-11 Thread Sabyasachi Gupta
Remove linux/poll.h which is included more than once Signed-off-by: Sabyasachi Gupta --- fs/coda/psdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index c5234c2..f2bb798 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c @@ -39,7 +39,6 @@ #include

[PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-01-10 Thread Sabyasachi Gupta
Remove linux/xattr.h which is included more than once Signed-off-by: Sabyasachi Gupta --- fs/cachefiles/namei.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c index 95983c7..edecb7f 100644 --- a/fs/cachefiles/namei.c +++ b/fs/cachefiles/namei.c

[PATCH] fs/block_dev.c: Remove duplicate header

2019-01-10 Thread Sabyasachi Gupta
Remove linux/dax.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- fs/block_dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/block_dev.c b/fs/block_dev.c index cdda48f..8abcdb6 100644 --- a/fs/block_dev.c +++ b/fs/block_dev.c @@ -29,7 +29,6 @@ #include

[PATCH] drivers/usb/storage/sddr55.c: Remove duplicate header

2019-01-09 Thread Sabyasachi Gupta
Remove unusual_sddr55.h which is included more than once Signed-off-by: Sabyasachi Gupta --- drivers/usb/storage/sddr55.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/storage/sddr55.c b/drivers/usb/storage/sddr55.c index b8527c5..96bf7ee 100644 --- a/drivers/usb/storage/sddr55

[PATCH] drivers/usb/storage/jumpshot.c: Remove duplicate header

2019-01-09 Thread Sabyasachi Gupta
Remove unusual_jumpshot.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- drivers/usb/storage/jumpshot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/storage/jumpshot.c b/drivers/usb/storage/jumpshot.c index 917f170..06e46c6 100644 --- a/drivers/usb

[PATCH] drivers/usb/storage: Remove duplicate headers

2019-01-09 Thread Sabyasachi Gupta
Remove duplicate headers which are included more than once. Signed-off-by: Sabyasachi Gupta --- drivers/usb/storage/datafab.c| 1 - drivers/usb/storage/ene_ub6250.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/usb/storage/datafab.c b/drivers/usb/storage/datafab.c index

[PATCH] drivers/usb/storage/cypress_atacb.c: Remove duplicate header

2019-01-09 Thread Sabyasachi Gupta
Remove unusual_cypress.h which is included more than once. Signed-off-by: Sabyasachi Gupta --- drivers/usb/storage/cypress_atacb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/storage/cypress_atacb.c b/drivers/usb/storage/cypress_atacb.c index 4825902..be2e346 100644

Re: [PATCH] scsi/mvsas/mv_init.c: Use dma_zalloc_coherent

2019-01-04 Thread Sabyasachi Gupta
On Fri, Jan 4, 2019 at 6:43 PM John Garry wrote: > > On 04/01/2019 12:48, Sabyasachi Gupta wrote: > > On Wed, Dec 19, 2018 at 6:49 PM Sabyasachi Gupta > > wrote: > >> > >> On Sat, Dec 1, 2018 at 6:40 PM Sabyasachi Gupta > >> wrote: > >>&g

Re: [PATCH] scsi/dpt_i2o.c: Use dma_zalloc_coherent

2019-01-04 Thread Sabyasachi Gupta
On Wed, Dec 19, 2018 at 6:41 PM Sabyasachi Gupta wrote: > > On Sat, Dec 1, 2018 at 6:45 PM Sabyasachi Gupta > wrote: > > > > On Sat, Nov 17, 2018 at 6:17 PM Sabyasachi Gupta > > wrote: > > > > > > Replaced dma_alloc_coherent + memset wi

Re: [PATCH] scsi/mvsas/mv_init.c: Use dma_zalloc_coherent

2019-01-04 Thread Sabyasachi Gupta
On Wed, Dec 19, 2018 at 6:49 PM Sabyasachi Gupta wrote: > > On Sat, Dec 1, 2018 at 6:40 PM Sabyasachi Gupta > wrote: > > > > On Wed, Nov 21, 2018 at 7:18 PM Sabyasachi Gupta > > wrote: > > > > > > Replace dma_alloc_coherent + memset with dma_zalloc_c

Re: [PATCH] scsi/mvsas/mv_init.c: Use dma_zalloc_coherent

2018-12-19 Thread Sabyasachi Gupta
On Sat, Dec 1, 2018 at 6:40 PM Sabyasachi Gupta wrote: > > On Wed, Nov 21, 2018 at 7:18 PM Sabyasachi Gupta > wrote: > > > > Replace dma_alloc_coherent + memset with dma_zalloc_coherent > > > > Signed-off-by: Sabyasachi Gupta > > Any comment on

Re: [PATCH] scsi/dpt_i2o.c: Use dma_zalloc_coherent

2018-12-19 Thread Sabyasachi Gupta
On Sat, Dec 1, 2018 at 6:45 PM Sabyasachi Gupta wrote: > > On Sat, Nov 17, 2018 at 6:17 PM Sabyasachi Gupta > wrote: > > > > Replaced dma_alloc_coherent + memset with dma_zalloc_coherent > > > > Signed-off-by: Sabyasachi Gupta > > Any comment on

Re: [PATCH] arch/sparc: Use kzalloc_node

2018-11-15 Thread Sabyasachi Gupta
On Sat, Nov 3, 2018 at 10:54 AM Sabyasachi Gupta wrote: > > Replaced kmalloc_node + memset with kzalloc_node > > Signed-off-by: Sabyasachi Gupta Any comment on this patch? > --- > arch/sparc/kernel/iommu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > &

Re: [PATCH] arch/sparc: Use kzalloc_node

2018-11-15 Thread Sabyasachi Gupta
On Sat, Nov 3, 2018 at 10:54 AM Sabyasachi Gupta wrote: > > Replaced kmalloc_node + memset with kzalloc_node > > Signed-off-by: Sabyasachi Gupta Any comment on this patch? > --- > arch/sparc/kernel/iommu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > &

[PATCH] infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherent

2018-11-12 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent Signed-off-by: Sabyasachi Gupta --- drivers/infiniband/hw/cxgb4/qp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb4/qp.c b/drivers/infiniband/hw/cxgb4/qp.c index 13478f3..5a8030b

[PATCH] infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherent

2018-11-12 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent Signed-off-by: Sabyasachi Gupta --- drivers/infiniband/hw/cxgb4/qp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb4/qp.c b/drivers/infiniband/hw/cxgb4/qp.c index 13478f3..5a8030b

Re: [PATCH] infiniband/hw/hns/hns_roce_hw_v2.c: Use dma_zalloc_coherent

2018-11-12 Thread Sabyasachi Gupta
On Sat, Nov 10, 2018 at 11:57 AM Souptick Joarder wrote: > > On Fri, Nov 9, 2018 at 8:08 PM Sabyasachi Gupta > wrote: > > > > Replaced dma_alloc_coherent + memset with dma_zalloc_coherent > > There are few other places in this file where same is applicable. > Ca

Re: [PATCH] infiniband/hw/hns/hns_roce_hw_v2.c: Use dma_zalloc_coherent

2018-11-12 Thread Sabyasachi Gupta
On Sat, Nov 10, 2018 at 11:57 AM Souptick Joarder wrote: > > On Fri, Nov 9, 2018 at 8:08 PM Sabyasachi Gupta > wrote: > > > > Replaced dma_alloc_coherent + memset with dma_zalloc_coherent > > There are few other places in this file where same is applicable. > Ca

[PATCH] infiniband/hw/cxgb3/cxio_hal.c: Use dma_zalloc_coherent

2018-11-09 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent Signed-off-by: Sabyasachi Gupta --- drivers/infiniband/hw/cxgb3/cxio_hal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3/cxio_hal.c index

[PATCH] infiniband/hw/cxgb3/cxio_hal.c: Use dma_zalloc_coherent

2018-11-09 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent Signed-off-by: Sabyasachi Gupta --- drivers/infiniband/hw/cxgb3/cxio_hal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3/cxio_hal.c index

[PATCH] infiniband/hw/hns/hns_roce_hw_v2.c: Use dma_zalloc_coherent

2018-11-09 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent Signed-off-by: Sabyasachi Gupta --- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns

[PATCH] infiniband/hw/hns/hns_roce_hw_v2.c: Use dma_zalloc_coherent

2018-11-09 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherent Signed-off-by: Sabyasachi Gupta --- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v2.c b/drivers/infiniband/hw/hns

[PATCH] arch/sparc: Use kzalloc_node

2018-11-02 Thread Sabyasachi Gupta
Replaced kmalloc_node + memset with kzalloc_node Signed-off-by: Sabyasachi Gupta --- arch/sparc/kernel/iommu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/sparc/kernel/iommu.c b/arch/sparc/kernel/iommu.c index 40d008b..05eb016 100644 --- a/arch/sparc/kernel

[PATCH] arch/sparc: Use kzalloc_node

2018-11-02 Thread Sabyasachi Gupta
Replaced kmalloc_node + memset with kzalloc_node Signed-off-by: Sabyasachi Gupta --- arch/sparc/kernel/iommu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/sparc/kernel/iommu.c b/arch/sparc/kernel/iommu.c index 40d008b..05eb016 100644 --- a/arch/sparc/kernel

[PATCH] arch/sh/mm/consistent.c: Use dma_zalloc_coherent

2018-10-28 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherant Signed-off-by: Sabyasachi Gupta --- arch/sh/mm/consistent.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/sh/mm/consistent.c b/arch/sh/mm/consistent.c index 792f361..fc8d235 100644 --- a/arch/sh/mm

[PATCH] arch/sh/mm/consistent.c: Use dma_zalloc_coherent

2018-10-28 Thread Sabyasachi Gupta
Replaced dma_alloc_coherent + memset with dma_zalloc_coherant Signed-off-by: Sabyasachi Gupta --- arch/sh/mm/consistent.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/sh/mm/consistent.c b/arch/sh/mm/consistent.c index 792f361..fc8d235 100644 --- a/arch/sh/mm