Commit 72488596 authored by Laure Millet's avatar Laure Millet Committed by Greg Kroah-Hartman

Staging: lustre: namei.c: fix "foo * bar" should be "foo *bar"

This patch fixes a coding style error in a pointer declaration.
Signed-off-by: default avatarLaure Millet <laure.millet@lip6.fr>
Signed-off-by: default avatarMaxime Lorrillere <maxime.lorrillere@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 43550121
......@@ -974,7 +974,7 @@ int ll_objects_destroy(struct ptlrpc_request *request, struct inode *dir)
* 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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment