All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 4/5] Staging: lustre: Added spaces around '='
@ 2015-02-21 19:27 aybuke ozdemir
  2015-02-26 18:22 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: aybuke ozdemir @ 2015-02-21 19:27 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: aybuke ozdemir

Add spaces around =, to conform to kernel
coding type. This problem was found by checkpatch.

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
---
Changes since v1:
* changed the description
---
 drivers/staging/lustre/lustre/llite/llite_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/llite/llite_lib.c b/drivers/staging/lustre/lustre/llite/llite_lib.c
index 62f923c..163bec0 100644
--- a/drivers/staging/lustre/lustre/llite/llite_lib.c
+++ b/drivers/staging/lustre/lustre/llite/llite_lib.c
@@ -620,7 +620,7 @@ int ll_get_max_mdsize(struct ll_sb_info *sbi, int *lmmsize)
 	rc = obd_get_info(NULL, sbi->ll_md_exp, sizeof(KEY_MAX_EASIZE),
 			  KEY_MAX_EASIZE, &size, lmmsize, NULL);
 	if (rc)
-		CERROR("Get max mdsize error rc %d \n", rc);
+		CERROR("Get max mdsize error rc %d\n", rc);
 
 	return rc;
 }
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH v2 4/5] Staging: lustre: Added spaces around '='
  2015-02-21 19:27 [PATCH v2 4/5] Staging: lustre: Added spaces around '=' aybuke ozdemir
@ 2015-02-26 18:22 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 18:22 UTC (permalink / raw)
  To: aybuke ozdemir; +Cc: outreachy-kernel

On Sat, Feb 21, 2015 at 09:27:19PM +0200, aybuke ozdemir wrote:
> Add spaces around =, to conform to kernel
> coding type. This problem was found by checkpatch.
> 
> Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
> ---
> Changes since v1:
> * changed the description
> ---
>  drivers/staging/lustre/lustre/llite/llite_lib.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Same here, please resend the whole series.

thanks,

greg k-h


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 19:27 [PATCH v2 4/5] Staging: lustre: Added spaces around '=' aybuke ozdemir
2015-02-26 18:22 ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.