aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/mdc/mdc_lib.c
diff options
context:
space:
mode:
authorSrikrishan Malik <srikrishanmalik@gmail.com>2014-08-11 23:57:33 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-16 12:23:17 -0700
commit7436d0704fd3fc98287bded7f30ad2b9b3a7e61b (patch)
tree5e061dab172b077f59e6fa4d696e1562e5a253e5 /drivers/staging/lustre/lustre/mdc/mdc_lib.c
parentstaging: lustre: replace c99 style comments with C89 (diff)
downloadlinux-dev-7436d0704fd3fc98287bded7f30ad2b9b3a7e61b.tar.xz
linux-dev-7436d0704fd3fc98287bded7f30ad2b9b3a7e61b.zip
staging: lustre: add blank lines after declarations
Fixes the following checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Srikrishan Malik <srikrishanmalik@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/mdc/mdc_lib.c')
-rw-r--r--drivers/staging/lustre/lustre/mdc/mdc_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/mdc/mdc_lib.c b/drivers/staging/lustre/lustre/mdc/mdc_lib.c
index 8b301f4d7e23..e8732cc30ce2 100644
--- a/drivers/staging/lustre/lustre/mdc/mdc_lib.c
+++ b/drivers/staging/lustre/lustre/mdc/mdc_lib.c
@@ -490,6 +490,7 @@ void mdc_getattr_pack(struct ptlrpc_request *req, __u64 valid, int flags,
if (op_data->op_name) {
char *tmp = req_capsule_client_get(&req->rq_pill, &RMF_NAME);
+
LOGL0(op_data->op_name, op_data->op_namelen, tmp);
}