Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756185AbbHZDyG (ORCPT ); Tue, 25 Aug 2015 23:54:06 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37548 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755902AbbHZDx7 (ORCPT ); Tue, 25 Aug 2015 23:53:59 -0400 From: Peng Sun To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Peng Sun Subject: [PATCH 8/8] fix staging:android style issue:Please don't use multiple blank lines Date: Wed, 26 Aug 2015 11:52:17 +0800 Message-Id: <1440561137-15574-9-git-send-email-sironhide0null@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1440561137-15574-8-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> <1440561137-15574-6-git-send-email-sironhide0null@gmail.com> <1440561137-15574-7-git-send-email-sironhide0null@gmail.com> <1440561137-15574-8-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: 747 Lines: 25 Signed-off-by: Peng Sun --- drivers/staging/android/timed_gpio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/timed_gpio.c b/drivers/staging/android/timed_gpio.c index 5c55463..33acbbe 100644 --- a/drivers/staging/android/timed_gpio.c +++ b/drivers/staging/android/timed_gpio.c @@ -25,7 +25,6 @@ #include "timed_output.h" #include "timed_gpio.h" - struct timed_gpio_data { struct timed_output_dev dev; struct hrtimer timer; -- 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/