Re: [PATCH] Staging: lustre: dir.c: adding a blank after a declaration.

2015-04-02 Thread Greg KH
On Thu, Apr 02, 2015 at 06:24:21PM +0300, Dan Carpenter wrote:
 Still mangled.  Read Documentation/email-clients.txt.  Send the patch
 to yourself.  Apply it with git am.  Then resend when that works.

Dan, sorry about these, I just taught a class how to write a kernel
patch, and emails got all mangled due to them being in a university lab
without git-send-email.  Some also got messed up as I started them out
on the wrong branch (Linus's master, not linux-next), which was my
fault.

I'll handle all of these lustre patches for the next day or so as people
submit them, and work with them to get them sent properly, no need for
you to mess with it.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] Staging: lustre: dir.c: adding a blank after a declaration.

2015-04-02 Thread ruggero
From f770478d61e80e66cb310b92529f968c12831206 Mon Sep 17 00:00:00 2001
From: Cyrille Ruggero cyrille.rugg...@ens.fr
Date: Thu, 2 Apr 2015 16:09:14 +0200
Subject: [PATCH] Staging: lustre: dir.c: adding a blank after a declaration.

Adding a blank in this file after a declaration as reported by checkpatch.pl.

Signed-off-by: Cyrille Ruggero cyrille.rugg...@ens.fr

---
 drivers/staging/lustre/lustre/llite/dir.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/lustre/lustre/llite/dir.c 
b/drivers/staging/lustre/lustre/llite/dir.c
index a182019..ad2cbc6 100644
--- a/drivers/staging/lustre/lustre/llite/dir.c
+++ b/drivers/staging/lustre/lustre/llite/dir.c
@@ -1518,6 +1518,7 @@ out_rmdir:
lump = (struct lov_user_md *)arg;
} else {
struct lov_user_mds_data *lmdp;
+
lmdp = (struct lov_user_mds_data *)arg;
lump = lmdp-lmd_lmm;
}
-- 
1.7.9.5

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] Staging: lustre: dir.c: adding a blank after a declaration.

2015-04-02 Thread ruggero
From f770478d61e80e66cb310b92529f968c12831206 Mon Sep 17 00:00:00 2001
From: Cyrille Ruggero cyrille.rugg...@ens.fr
Date: Thu, 2 Apr 2015 16:09:14 +0200
Subject: [PATCH] Staging: lustre: dir.c: adding a blank after a declaration.

Adding a blank in this file after a declaration as reported by checkpatch.pl.

---
 drivers/staging/lustre/lustre/llite/dir.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/lustre/lustre/llite/dir.c 
b/drivers/staging/lustre/lustre/llite/dir.c
index a182019..ad2cbc6 100644
--- a/drivers/staging/lustre/lustre/llite/dir.c
+++ b/drivers/staging/lustre/lustre/llite/dir.c
@@ -1518,6 +1518,7 @@ out_rmdir:
lump = (struct lov_user_md *)arg;
} else {
struct lov_user_mds_data *lmdp;
+
lmdp = (struct lov_user_mds_data *)arg;
lump = lmdp-lmd_lmm;
}
-- 
1.7.9.5

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel