Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756100AbbHZDx4 (ORCPT ); Tue, 25 Aug 2015 23:53:56 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34363 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755901AbbHZDxl (ORCPT ); Tue, 25 Aug 2015 23:53:41 -0400 From: Peng Sun To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Peng Sun Subject: [PATCH 4/8] fix staging:android style issue:Prefer kernel type 'u32' over 'uint32_t' Date: Wed, 26 Aug 2015 11:52:13 +0800 Message-Id: <1440561137-15574-5-git-send-email-sironhide0null@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1440561137-15574-4-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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 26 Signed-off-by: Peng Sun --- drivers/staging/android/lowmemorykiller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c index 61937ab..78e1281 100644 --- a/drivers/staging/android/lowmemorykiller.c +++ b/drivers/staging/android/lowmemorykiller.c @@ -42,7 +42,7 @@ #include #include -static uint32_t lowmem_debug_level = 1; +static u32 lowmem_debug_level = 1; static short lowmem_adj[6] = { 0, 1, -- 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/