From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755458AbbINPgK (ORCPT ); Mon, 14 Sep 2015 11:36:10 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:33997 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752316AbbINPgI (ORCPT ); Mon, 14 Sep 2015 11:36:08 -0400 From: Sakshi Vaid To: andreas.dilger@intel.com Cc: gregkh@linuxfoundation.org, jinshan.xiong@intel.com, HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Sakshi Vaid Subject: [PATCH v2] Staging: lustre: lustre: lov: lov_dev.c: Added missing blank line Date: Mon, 14 Sep 2015 20:59:24 +0530 Message-Id: <1442244564-3284-1-git-send-email-sakshivaid95@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1442221884-5346-1-git-send-email-sakshivaid95@gmail.com> References: <1442221884-5346-1-git-send-email-sakshivaid95@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org line 158: WARNING: Missing a blank line after declarations line 183: WARNING: Missing a blank line after declarations Added a missing blank line after declartions. Signed-off-by: Sakshi Vaid --- drivers/staging/lustre/lustre/lov/lov_dev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/lustre/lustre/lov/lov_dev.c b/drivers/staging/lustre/lustre/lov/lov_dev.c index 796a015..aadb8f2 100644 --- a/drivers/staging/lustre/lustre/lov/lov_dev.c +++ b/drivers/staging/lustre/lustre/lov/lov_dev.c @@ -155,6 +155,7 @@ static void lov_key_fini(const struct lu_context *ctx, struct lu_context_key *key, void *data) { struct lov_thread_info *info = data; + LINVRNT(list_empty(&info->lti_closure.clc_list)); OBD_SLAB_FREE_PTR(info, lov_thread_kmem); } @@ -180,6 +181,7 @@ static void lov_session_key_fini(const struct lu_context *ctx, struct lu_context_key *key, void *data) { struct lov_session *info = data; + OBD_SLAB_FREE_PTR(info, lov_session_kmem); } -- 1.9.1