From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28E47C43460 for ; Fri, 21 May 2021 14:20:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E8B8613D8 for ; Fri, 21 May 2021 14:20:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236653AbhEUOWQ (ORCPT ); Fri, 21 May 2021 10:22:16 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:36756 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229813AbhEUOWP (ORCPT ); Fri, 21 May 2021 10:22:15 -0400 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 14LE3HAJ029157; Fri, 21 May 2021 16:20:43 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=selector1; bh=zgoapCSxja5ggXz9KaCmLJKGtmXmExMPdEbxDJDwE7E=; b=0gJiJD7TIyT0tM1jMNkmfEmNfN5yrDSpGveFzqagAdcxRSI9LlVKpw3OXiMo7o/wcuWi bx8rsC6ay3fezqpmd3m3AAq9kyfmfq6Qa4b7KSwSzLsVRNl9TAUsTYfdw15UKkKta/7Q DZNlLFIN7nNnWn+TOVgvvmxqtmu1dcwPJGcrmSkQBI9pqRULKVxsnC7GddIMVyeVRkmK jgb+VOYIx4cOCOnS6umhf6TW16a6jr1KIUG+MM2xexokyc4sv3qBCPThLZivyJbXmAWw 2UE6izqAxPW7whNoFbHcrOce/fqatTmpEhrbkL66Ak3YHsIDs+cOWu7PfUhYRbS8pPzb Ng== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 38p2tc3kv8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 21 May 2021 16:20:43 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1903A10002A; Fri, 21 May 2021 16:20:41 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 08D6221F0D2; Fri, 21 May 2021 16:20:41 +0200 (CEST) Received: from gnbcxd0016.gnb.st.com (10.75.127.47) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 21 May 2021 16:20:40 +0200 Date: Fri, 21 May 2021 16:20:39 +0200 From: Alain Volmat To: Lee Jones CC: , Pierre-Yves MORDRET , Maxime Coquelin , Alexandre Torgue , Philipp Zabel , Cedric Madianga , , , Subject: Re: [PATCH 14/16] i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name Message-ID: <20210521142039.GB17641@gnbcxd0016.gnb.st.com> Mail-Followup-To: Lee Jones , linux-kernel@vger.kernel.org, Pierre-Yves MORDRET , Maxime Coquelin , Alexandre Torgue , Philipp Zabel , Cedric Madianga , linux-i2c@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org References: <20210520190105.3772683-1-lee.jones@linaro.org> <20210520190105.3772683-15-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20210520190105.3772683-15-lee.jones@linaro.org> X-Disclaimer: ce message est personnel / this message is private X-Originating-IP: [10.75.127.47] X-ClientProxiedBy: SFHDAG1NODE3.st.com (10.75.127.3) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.761 definitions=2021-05-21_05:2021-05-20,2021-05-21 signatures=0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for the patch. Looks fine for me. Reviewed-by: Alain Volmat On Thu, May 20, 2021 at 08:01:03PM +0100, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/i2c/busses/i2c-stm32f4.c:321: warning: expecting prototype for stm32f4_i2c_write_ byte()(). Prototype was for stm32f4_i2c_write_byte() instead > > Cc: Pierre-Yves MORDRET > Cc: Alain Volmat > Cc: Maxime Coquelin > Cc: Alexandre Torgue > Cc: Philipp Zabel > Cc: Cedric Madianga > Cc: linux-i2c@vger.kernel.org > Cc: linux-stm32@st-md-mailman.stormreply.com > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Lee Jones > --- > drivers/i2c/busses/i2c-stm32f4.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c > index 4933fc8ce3fd1..eebce7ecef25b 100644 > --- a/drivers/i2c/busses/i2c-stm32f4.c > +++ b/drivers/i2c/busses/i2c-stm32f4.c > @@ -313,7 +313,7 @@ static int stm32f4_i2c_wait_free_bus(struct stm32f4_i2c_dev *i2c_dev) > } > > /** > - * stm32f4_i2c_write_ byte() - Write a byte in the data register > + * stm32f4_i2c_write_byte() - Write a byte in the data register > * @i2c_dev: Controller's private data > * @byte: Data to write in the register > */ > -- > 2.31.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48EB4C433B4 for ; Fri, 21 May 2021 14:24:02 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C39FD613DD for ; Fri, 21 May 2021 14:24:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C39FD613DD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=foss.st.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:CC:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2WVrrfSc7uHPOv57oJjJNTexftmPMWTfNVAr1V96TFA=; b=QrdrwXFjd5euZUWU+Gtc5jzUGm Wf4Utr3dw0rPUTAJptecvB3t28+te1y9RSZ5E/Kr51cuBWsOCzuuvik8DQYytw0K3a79TgtJfYoky DrrwE0RGDwBon/I8d8ZqRO5E3+ycZcSJP3ZxlWkNvjR5okHbp2CtOiLeZBG5MvIVMsMddqg11Pp5s 5hfr+6vz857cJTdAj/1deiYwtFPBW+lj9Ck097HZGPqdKW6fR3tgS1BsjVve5/C4q8qtRFMwadAMq r/OWCI7zZuOZao+XEbO7KCzJjCM53/QG3VtbWrII1zruGmjXHlszW4evTZ8wSStN0WyX80jZ+Tm3B HtbEZuVg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lk61F-005kHO-3L; Fri, 21 May 2021 14:20:53 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lk61C-005kGe-6L for linux-arm-kernel@desiato.infradead.org; Fri, 21 May 2021 14:20:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:CC:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=zgoapCSxja5ggXz9KaCmLJKGtmXmExMPdEbxDJDwE7E=; b=gqvhnqhBUfHfc5sIKV1iXEexf/ JuidVUdhotCKY+Fj4fWZ+11c8lKg/1AscMy39lNdYGgBo9ibTsedkQfRDaLxNeHdHJ2SEQtwiVsme FUKSiwMMY6voXvt5rpOvHL4Zu5yGl9kKqpx+9p4FbU9Jl/Ncs8rG0mVP2ivs5K1Tljt3Ze8phmzdv 6fFvw8PoGuxBnOO1EtGVrypDFdJaguzC+KzWYu06FMdbqM5kqsfw77ARz86j7Ppw99/YBcG54k+2s 2Tj/7unZkzGb9+Kr81GHkWfO3yDzfBzzx1/Ja2Td9sDzINiK/gZ7O37qhNjL44Wgidoq6lpnqwreY 2C91GE9w==; Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lk618-00HBWu-Pf for linux-arm-kernel@lists.infradead.org; Fri, 21 May 2021 14:20:48 +0000 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 14LE3HAJ029157; Fri, 21 May 2021 16:20:43 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=selector1; bh=zgoapCSxja5ggXz9KaCmLJKGtmXmExMPdEbxDJDwE7E=; b=0gJiJD7TIyT0tM1jMNkmfEmNfN5yrDSpGveFzqagAdcxRSI9LlVKpw3OXiMo7o/wcuWi bx8rsC6ay3fezqpmd3m3AAq9kyfmfq6Qa4b7KSwSzLsVRNl9TAUsTYfdw15UKkKta/7Q DZNlLFIN7nNnWn+TOVgvvmxqtmu1dcwPJGcrmSkQBI9pqRULKVxsnC7GddIMVyeVRkmK jgb+VOYIx4cOCOnS6umhf6TW16a6jr1KIUG+MM2xexokyc4sv3qBCPThLZivyJbXmAWw 2UE6izqAxPW7whNoFbHcrOce/fqatTmpEhrbkL66Ak3YHsIDs+cOWu7PfUhYRbS8pPzb Ng== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 38p2tc3kv8-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 21 May 2021 16:20:43 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1903A10002A; Fri, 21 May 2021 16:20:41 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 08D6221F0D2; Fri, 21 May 2021 16:20:41 +0200 (CEST) Received: from gnbcxd0016.gnb.st.com (10.75.127.47) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 21 May 2021 16:20:40 +0200 Date: Fri, 21 May 2021 16:20:39 +0200 From: Alain Volmat To: Lee Jones CC: , Pierre-Yves MORDRET , Maxime Coquelin , Alexandre Torgue , Philipp Zabel , Cedric Madianga , , , Subject: Re: [PATCH 14/16] i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name Message-ID: <20210521142039.GB17641@gnbcxd0016.gnb.st.com> Mail-Followup-To: Lee Jones , linux-kernel@vger.kernel.org, Pierre-Yves MORDRET , Maxime Coquelin , Alexandre Torgue , Philipp Zabel , Cedric Madianga , linux-i2c@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org References: <20210520190105.3772683-1-lee.jones@linaro.org> <20210520190105.3772683-15-lee.jones@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210520190105.3772683-15-lee.jones@linaro.org> X-Disclaimer: ce message est personnel / this message is private X-Originating-IP: [10.75.127.47] X-ClientProxiedBy: SFHDAG1NODE3.st.com (10.75.127.3) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391, 18.0.761 definitions=2021-05-21_05:2021-05-20, 2021-05-21 signatures=0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210521_072047_144070_02C63292 X-CRM114-Status: GOOD ( 19.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Thanks for the patch. Looks fine for me. Reviewed-by: Alain Volmat On Thu, May 20, 2021 at 08:01:03PM +0100, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/i2c/busses/i2c-stm32f4.c:321: warning: expecting prototype for stm32f4_i2c_write_ byte()(). Prototype was for stm32f4_i2c_write_byte() instead > > Cc: Pierre-Yves MORDRET > Cc: Alain Volmat > Cc: Maxime Coquelin > Cc: Alexandre Torgue > Cc: Philipp Zabel > Cc: Cedric Madianga > Cc: linux-i2c@vger.kernel.org > Cc: linux-stm32@st-md-mailman.stormreply.com > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Lee Jones > --- > drivers/i2c/busses/i2c-stm32f4.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-stm32f4.c b/drivers/i2c/busses/i2c-stm32f4.c > index 4933fc8ce3fd1..eebce7ecef25b 100644 > --- a/drivers/i2c/busses/i2c-stm32f4.c > +++ b/drivers/i2c/busses/i2c-stm32f4.c > @@ -313,7 +313,7 @@ static int stm32f4_i2c_wait_free_bus(struct stm32f4_i2c_dev *i2c_dev) > } > > /** > - * stm32f4_i2c_write_ byte() - Write a byte in the data register > + * stm32f4_i2c_write_byte() - Write a byte in the data register > * @i2c_dev: Controller's private data > * @byte: Data to write in the register > */ > -- > 2.31.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel