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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 76D71C433DF for ; Thu, 25 Jun 2020 06:57:35 +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 3F8DC206FA for ; Thu, 25 Jun 2020 06:57:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eINEW/Ip"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="PI7V5iRV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3F8DC206FA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org 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-Transfer-Encoding: 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-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=vIlbSqtVzuSxUp7eTgez9KI2JI3T/TeASii+7YWxv5A=; b=eINEW/IpIktBsN2ssx4AoECUT ffJMUsHMSUpHtLryySfV5bb4Klti1spf82Eougl3KuPRlitO9E6GBHGeOwMACWWkH1kMVRLDzLQ0C 3DDuLnirDA9Zy/KFLOuAOlovTodtk9JHCtxOClwhdot/w654b/8RlhBT/1lvVpQ+FsKBSfNvs01Km d6TfT2MdRlzgGbM2DTez/Mg2DlcfFFZqmN+qP7f+YUTy657TYnz6HDVPnCRH9xoF2V18rg7ekdFie fxoNLo79RkSdes2J5rh7lrFRQHvvN0Cx6iAfFPVcZM4myf+ZMo0TiKVXFmN44pLFEt4zGZpoGPiDw oBkZh2V2g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1joLnc-0004TK-So; Thu, 25 Jun 2020 06:55:52 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1joLna-0004SE-Do for linux-arm-kernel@lists.infradead.org; Thu, 25 Jun 2020 06:55:51 +0000 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9A5EE206FA; Thu, 25 Jun 2020 06:55:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593068149; bh=dKy7S12hrE9hFy+beecSnv3vuR1mevAYOGrNHJIrKoc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PI7V5iRVHiDdmiCV/HJR7jWCxNPhSFsyDRE3GpDRWC4Bd05yG1Dz/d0+lXFw5wL0m bXLdcUaREyL0jUDyQtsizP8HlVKa+gx2kDhQ2sH6eHOdXr4+kxZJ4uOZksPBcIcHBW bmigJv3+BI0jp2q6vd81885iRnQAx6DunZ20huCE= Date: Thu, 25 Jun 2020 08:55:45 +0200 From: Greg KH To: Lee Jones Subject: Re: [PATCH 09/10] mfd: atmel-smc: Add missing colon(s) for 'conf' arguments Message-ID: <20200625065545.GA2789306@kroah.com> References: <20200625064619.2775707-1-lee.jones@linaro.org> <20200625064619.2775707-10-lee.jones@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200625064619.2775707-10-lee.jones@linaro.org> 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: Boris Brezillon , Alexandre Belloni , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Ludovic Desroches , linux-arm-kernel@lists.infradead.org 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 On Thu, Jun 25, 2020 at 07:46:18AM +0100, Lee Jones wrote: > Kerneldoc valication gets confused if syntax isn't "@.*: ". > > Adding the missing colons squashes the following W=1 warnings: > > drivers/mfd/atmel-smc.c:247: warning: Function parameter or member 'conf' not described in 'atmel_smc_cs_conf_apply' > drivers/mfd/atmel-smc.c:268: warning: Function parameter or member 'conf' not described in 'atmel_hsmc_cs_conf_apply' Why is this a stable patch? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel