Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756133AbbHZDx6 (ORCPT ); Tue, 25 Aug 2015 23:53:58 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:33032 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755902AbbHZDxp (ORCPT ); Tue, 25 Aug 2015 23:53:45 -0400 From: Peng Sun To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Peng Sun Subject: [PATCH 5/8] fix staging:android style issue:Please use a blank line after function/struct/union/enum declarations Date: Wed, 26 Aug 2015 11:52:14 +0800 Message-Id: <1440561137-15574-6-git-send-email-sironhide0null@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1440561137-15574-5-git-send-email-sironhide0null@gmail.com> References: <1440561137-15574-1-git-send-email-sironhide0null@gmail.com> <1440561137-15574-2-git-send-email-sironhide0null@gmail.com> <1440561137-15574-3-git-send-email-sironhide0null@gmail.com> <1440561137-15574-4-git-send-email-sironhide0null@gmail.com> <1440561137-15574-5-git-send-email-sironhide0null@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1060 Lines: 35 Signed-off-by: Peng Sun --- drivers/staging/android/lowmemorykiller.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c index 78e1281..3f1311f 100644 --- a/drivers/staging/android/lowmemorykiller.c +++ b/drivers/staging/android/lowmemorykiller.c @@ -49,6 +49,7 @@ static short lowmem_adj[6] = { 6, 12, }; + static int lowmem_adj_size = 4; static int lowmem_minfree[6] = { 3 * 512, /* 6MB */ @@ -56,8 +57,8 @@ static int lowmem_minfree[6] = { 4 * 1024, /* 16MB */ 16 * 1024, /* 64MB */ }; -static int lowmem_minfree_size = 4; +static int lowmem_minfree_size = 4; static unsigned long lowmem_deathpending_timeout; #define lowmem_print(level, x...) \ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/