[PATCH] staging: lustre: Remove unused memhog functionality

2015-12-23 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe Remove IOC_LIBCFS_MEMHOG ioctl functionality as it is no longer needed thereby making functions like - kportal_memhog_alloc(), kportal_memhog_free() and type - struct libcfs_device_userstate unused. Signed-off-by: Niranjan Dighe --- .../lustre/include/linux/libcfs/libcfs_p

[PATCH] [PATCH] staging: lustre: Remove unused memhog functionality

2015-12-23 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe Remove IOC_LIBCFS_MEMHOG ioctl functionality as it is no longer needed thereby making functions like - kportal_memhog_alloc(), kportal_memhog_free() and type - struct libcfs_device_userstate unused. Signed-off-by: Niranjan Dighe --- .../lustre/include/linux/libcfs/libcfs_p

Re: [PATCH] [PATCH] staging: lustre: Remove unused memhog functionality

2015-12-23 Thread Dighe, Niranjan (N.)
On Wed, Dec 23, 2015 at 02:33:29PM +0530, Niranjan Dighe wrote: > From: Niranjan Dighe > > Remove IOC_LIBCFS_MEMHOG ioctl functionality as it is no longer needed thereby > making functions like - kportal_memhog_alloc(), kportal_memhog_free() and > type - > struct libcfs_device_userstate unused.

[PATCH 2/2] Staging: sm750fb: correct spacing between lines of code

2015-06-15 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe This patch corrects line spacing by removing and adding newline characters wherever necessary Signed-off-by: Niranjan Dighe --- drivers/staging/sm750fb/ddk750_dvi.h |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/staging/sm750fb/ddk75

[PATCH 1/2] Staging: sm750fb: replace spaces by tabs

2015-06-15 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe This patch replaces spaces by tabs at the start of the line and in between variable declarations. Signed-off-by: Niranjan Dighe --- drivers/staging/sm750fb/ddk750_dvi.h | 60 +- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git

Re: [PATCH] Staging: sm750fb: Fix checkpatch.pl warnings

2015-06-15 Thread Dighe, Niranjan (N.)
On Mon, Jun 15, 2015 at 10:57:33AM +0530, Sudip Mukherjee wrote: > On Sun, Jun 14, 2015 at 05:17:43PM +0000, Dighe, Niranjan (N.) wrote: > > From: Niranjan Dighe > > > > This patch removes spaces at the start of the line and replaces it > > by tabs > You are als

Re: [PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings

2015-06-14 Thread Dighe, Niranjan (N.)
On Sun, Jun 14, 2015 at 08:45:02PM +0200, Markus Böhme wrote: > >This patch fixes indentation issues by replacing spaces by tabs at > >the start of line > > > >Signed-off-by: Niranjan Dighe > > > >diff --git a/drivers/staging/sm750fb/ddk750_dvi.c > >b/drivers/staging/sm750fb/ddk750_dvi.c > >index

[PATCH] Staging: sm750fb: fix checkpatch.pl indentation warnings

2015-06-14 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe This patch fixes indentation issues by replacing spaces by tabs at the start of line Signed-off-by: Niranjan Dighe diff --git a/drivers/staging/sm750fb/ddk750_dvi.c b/drivers/staging/sm750fb/ddk750_dvi.c index b2bf7e6..c73b74a 100644 --- a/drivers/staging/sm750fb/ddk750_d

[PATCH] Staging: sm750fb: Fix checkpatch.pl warnings

2015-06-14 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe This patch removes spaces at the start of the line and replaces it by tabs Signed-off-by: Niranjan Dighe diff --git a/drivers/staging/sm750fb/ddk750_dvi.h b/drivers/staging/sm750fb/ddk750_dvi.h index 50bcec2..cbd87c1 100644 --- a/drivers/staging/sm750fb/ddk750_dvi.h +++ b

[PATCH v2] Staging: lustre: Replace kzalloc followed by memcpy with kmemdup

2015-05-30 Thread Dighe, Niranjan (N.)
From: Niranjan Dighe Replace kzalloc followed by memcpy by kmemdup. This patch was generated by 'make coccicheck' Signed-off-by: Niranjan Dighe --- drivers/staging/lustre/lustre/obdclass/obd_config.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/staging/lus

Re: [PATCH] Staging: lustre: Replace kzalloc followed by memcpy with kmemdup

2015-05-30 Thread Dighe, Niranjan (N.)
Thanks Greg, I will send out a v2 of the patch with additional "From: " in the email body as you suggested in the mail chain with Madhu. Regards, Niranjan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

[PATCH] Staging: lustre: Replace kzalloc followed by memcpy with kmemdup

2015-05-30 Thread Dighe, Niranjan (N.)
Replace kzalloc followed by memcpy by kmemdup. This patch was generated by 'make coccicheck' Signed-off-by: Niranjan Dighe --- drivers/staging/lustre/lustre/obdclass/obd_config.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/obd

[PATCH] Staging: lustre: Replace kzalloc followed by memcpy with kmemdup

2015-05-30 Thread Dighe, Niranjan (N.)
Sure. I will correct and resend. Thanks, Niranjan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Staging: lustre: Replace kzalloc followed by memcpy with

2015-05-30 Thread Dighe, Niranjan (N.)
Sorry for the double "[PATCH]" in the subject line. I will resend with correct subject line. Regards, Niranjan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordom

[PATCH] Staging: lustre: Replace kzalloc followed by memcpy with

2015-05-30 Thread Dighe, Niranjan (N.)
I think it was sent correctly. Somehow gmail web interface messed it up. Please ignore. Regards, Niranjan-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

[PATCH] Staging: lustre: Replace kzalloc followed by memcpy with kmemdup

2015-05-30 Thread Dighe, Niranjan (N.)
Replace kzalloc followed by memcpy by kmemdup. This patch was generated by 'make coccicheck' Signed-off-by: Niranjan Dighe diff --git a/drivers/staging/lustre/lustre/obdclass/obd_config.c b/drivers/staging/lustre/lustre/obdclass/obd_config.c index 0bda9c5..274cae3 100644 --- a/drivers/staging/l