From patchwork Fri Jul 29 00:57:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenyou Yang X-Patchwork-Id: 9251831 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A913A6075F for ; Fri, 29 Jul 2016 00:57:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9748027E71 for ; Fri, 29 Jul 2016 00:57:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A06127F88; Fri, 29 Jul 2016 00:57:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F3A4527E71 for ; Fri, 29 Jul 2016 00:57:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbcG2A51 (ORCPT ); Thu, 28 Jul 2016 20:57:27 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:13193 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751948AbcG2A50 convert rfc822-to-8bit (ORCPT ); Thu, 28 Jul 2016 20:57:26 -0400 Received: from apsmtp01.atmel.com (10.168.254.31) by eusmtp01.atmel.com (10.161.101.30) with Microsoft SMTP Server id 14.3.235.1; Fri, 29 Jul 2016 02:57:17 +0200 Received: from PENCHT01.corp.atmel.com (10.168.5.161) by apsmtp01.atmel.com (10.168.254.31) with Microsoft SMTP Server (TLS) id 14.3.235.1; Fri, 29 Jul 2016 09:03:32 +0800 Received: from PENMBX01.corp.atmel.com ([10.168.5.210]) by PENCHT01.corp.atmel.com ([fe80::95df:d3d0:4452:28e3%12]) with mapi id 14.03.0235.001; Fri, 29 Jul 2016 08:57:20 +0800 From: "Yang, Wenyou" To: kbuild test robot CC: "kbuild-all@01.org" , Sebastian Reichel , Dmitry Eremin-Solenikov , "David Woodhouse" , Rob Herring , "Pawel Moll" , Mark Brown , Ian Campbell , Kumar Gala , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "Ferre, Nicolas" , "linux-pm@vger.kernel.org" Subject: RE: [PATCH] power: act8945a_charger: fix semicolon.cocci warnings Thread-Topic: [PATCH] power: act8945a_charger: fix semicolon.cocci warnings Thread-Index: AQHRzhYch26aDAG610SUGwnT1HoMUaAuy066 Date: Fri, 29 Jul 2016 00:57:20 +0000 Message-ID: References: <201606242015.gipMOaF7%fengguang.wu@intel.com>, <20160624124305.GA11000@ivytown2> In-Reply-To: <20160624124305.GA11000@ivytown2> Accept-Language: en-US, zh-CN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.168.5.13] MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Fengguang, I would like to merge this patch and add your Signed-off-by, do you agree? I think it is better. Best Regards, Wenyou Yang --- a/drivers/power/act8945a_charger.c +++ b/drivers/power/act8945a_charger.c @@ -112,7 +112,7 @@ static int act8945a_get_charger_state(st else *val = POWER_SUPPLY_STATUS_NOT_CHARGING; break; - }; + } return 0; }