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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 28C9FC433E0 for ; Mon, 10 Aug 2020 09:42:18 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 E8BD7206C3 for ; Mon, 10 Aug 2020 09:42:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="H+QCM1QD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E8BD7206C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=the-dreams.de 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=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=BNdzOcWwmbBGScLcFPS75EUi05MRsIiPpgyCnOw28og=; b=H+QCM1QDRJxhSxtT+jIKlcIhl zGA975H0fntRAWRo06mSrnojmBxzbqK01G8VArX7VAqvpr2IxBamWpzEw/j/xe4nIkBvf+1JPdJtX FwMqJteLlkSQLXyojI3YFBZPJyOQccfbpmf+Ig4GQSmNXI6E2FYyCCvbrWT1CyR/QHgQHHkjaeZvJ pSesyB3mwWQrodDuc+sQea/hCCH00DIv0MHAjxj+y83JJ+rwya4F0erLRgSpKbGnWWnn7ZB1ZedDH FOZKnOiCaQheMoOr597Xh0lYn8BlxFNZvR3nms1PQT5n8Ln7dLCZY3ZQdZhb20coqyga9sxnSNBmI 2VR9EU0NA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k54Ic-0002No-Fg; Mon, 10 Aug 2020 09:40:58 +0000 Received: from sauhun.de ([88.99.104.3] helo=pokefinder.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k54IY-0002MT-UV; Mon, 10 Aug 2020 09:40:56 +0000 Received: from localhost (p54b3345b.dip0.t-ipconnect.de [84.179.52.91]) by pokefinder.org (Postfix) with ESMTPSA id 74B342C0505; Mon, 10 Aug 2020 11:40:51 +0200 (CEST) Date: Mon, 10 Aug 2020 11:40:47 +0200 From: wsa@the-dreams.de To: Matthias Brugger Subject: Re: [PATCH] i2c: mediatek: Fix i2c_spec_values description Message-ID: <20200810094047.GE1290@kunai> Mail-Followup-To: wsa@the-dreams.de, Matthias Brugger , qii.wang@mediatek.com, yingjoe.chen@mediatek.com, linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Matthias Brugger References: MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200810_054055_145840_F780CA9A X-CRM114-Status: UNSURE ( 9.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Matthias Brugger , qii.wang@mediatek.com, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-i2c@vger.kernel.org, yingjoe.chen@mediatek.com, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============7199050919990210016==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7199050919990210016== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dFWYt1i2NyOo1oI9" Content-Disposition: inline --dFWYt1i2NyOo1oI9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 06, 2020 at 11:48:37AM +0200, Matthias Brugger wrote: > The struct i2c_spec_values have it's members documented but is missing the > starting '@', which leads to warings like: >=20 > drivers/i2c/busses/i2c-mt65xx.c:267: warning: Function parameter or member > 'min_low_ns' not described in 'i2c_spec_values' >=20 > Signed-off-by: Matthias Brugger Applied to for-next, thanks! --dFWYt1i2NyOo1oI9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl8xFh8ACgkQFA3kzBSg KbYgHhAAq9H+auUH5FyFYrBR04XS/pPIsK7MAVECu+xkSqyKjOh9KUMWty4Olepo 2vkYDm24/Q9qGMshcaEnNKT67saeD/dprFWcz/pI1zlXXUHWT9s55UZFMFlJ73ui By+eoOcqW/rVD/tO/aR0KRXevq4C9ddQXellwczhPpQCm/oZ8q+YoBhCgRPV6rn5 nZc8nfqyl+CCIpqpdBQD96kLokwILVElm0o2+oJB+9nohmH3BPPjh+TlDNV8HwpU CIJmvUHy8rHBBvOhG7ETrFSopu56nNJQO9IiuFdVe9oWpCHhLhL9tMiMRbRiY1lI q0ehOQL2JCGynZNFz0SrCg5lTEIFZTIZ4LcwBhKsbkut3Pqgab4ja/CUEJwjWeak 972aXFX+YpYpoKhcJ9YA3j0ClM2uiDZWnPqHC57PS37O1HV9ZEkyQITZXBzWSAvf 1oLUy0+jHD8OCFy+SnHVd0PSOEcSQS1UFRdbXEu/+VEnhfnB5axcDUMk3Q60/QXg Tfz12jzXLpnYlQ8IPKXJki1nzKVkiCry7e9wcLZoJLZ81DZjndMi0LydYkZRcs6M 8NQjXuAzd/GaUj4CizQRGeTVKg36IPpWWQCu8oTSomzQv6VHXKxfLemz1FvAJiuI pJLkFFyWKf6dY7dsqEyeEw0iVZn0vsyl8HCBJoavP8HkQnizwa0= =eJXK -----END PGP SIGNATURE----- --dFWYt1i2NyOo1oI9-- --===============7199050919990210016== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============7199050919990210016==--