From: aybuke ozdemir Date: Thu, 26 Feb 2015 21:45:45 +0000 (+0200) Subject: Staging: lustre: Added blank line after declarations X-Git-Tag: v4.1-rc1~152^2~138^2~875 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cea812cd69dc5eb37b087b8fdb68b695f7de94ec;p=karo-tx-linux.git Staging: lustre: Added blank line after declarations This patch fixes "Missing a blank line after declarations" checkpatch.pl warning in file.c Signed-off-by: aybuke ozdemir Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/llite/file.c b/drivers/staging/lustre/lustre/llite/file.c index 25bd51389ff7..d14fc9c22ad5 100644 --- a/drivers/staging/lustre/lustre/llite/file.c +++ b/drivers/staging/lustre/lustre/llite/file.c @@ -197,6 +197,7 @@ static int ll_close_inode_openhandle(struct obd_export *md_exp, } if (rc == 0 && op_data->op_bias & MDS_HSM_RELEASE) { struct mdt_body *body; + body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); if (!(body->valid & OBD_MD_FLRELEASED)) rc = -EBUSY;