]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: lustre: namei.c: fix "foo * bar" should be "foo *bar"
authorLaure Millet <laure.millet@lip6.fr>
Wed, 18 Mar 2015 18:49:46 +0000 (19:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 20:46:56 +0000 (21:46 +0100)
This patch fixes a coding style error in a pointer declaration.

Signed-off-by: Laure Millet <laure.millet@lip6.fr>
Signed-off-by: Maxime Lorrillere <maxime.lorrillere@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/namei.c

index 992f3f0b5829808407a5d7c6f7118d8b83a2a4d4..477dae11375e3b4300f999f5ea5e1e13c1bf04ff 100644 (file)
@@ -974,7 +974,7 @@ out:
  * Instead, ll_ddelete() and ll_d_iput() will update it based upon if there
  * is any lock existing. They will recycle dentries and inodes based upon locks
  * too. b=20433 */
-static int ll_unlink(struct inode * dir, struct dentry *dentry)
+static int ll_unlink(struct inode *dir, struct dentry *dentry)
 {
        struct ptlrpc_request *request = NULL;
        struct md_op_data *op_data;