From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B24B1200DE; Thu, 28 Mar 2024 22:33:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711665183; cv=none; b=SNLwoMe4CdUnxW26aHgTRmWab11Sm/02m8kGwVxf4q29yLsrLxEy4W3vGXSGZW2TfpeXGOk5caTh3to3mIjub1DumH2N9+Tx+m+E7SogJlHv7/WLaSiyS7Jc3UH+ep5D3SdrrOHyn23eZy0qbXcUXqh/tVs8gX08emsdOraPbVk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711665183; c=relaxed/simple; bh=fPx+OB+31hGK/wR9lOKOA3tAk4NG8KeU1/JiKvILBk0=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=We9wTkHvYy4tmVsl4PitYsIKDhVIvWqZZnAI0UhFVPSnO+y1HYZo7V+qCfurAyvADbizByxiNS7zC+theNok1uCuDrVofENqLWBooiDqi+/KDwCHrY2tcgV727koYcLVt9kmZF3qiFI54McbdG+4VtNdPDE4Phol5hbr5QJPvXU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=atKXMufQ; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="atKXMufQ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=0mzQFfG2OBTnHVlzK9rEYc2q+n0r/5Ez5GZkbZnpj5c=; b=atKXMufQ+OhfO/PNDfaIqiewDy 3ZWaRMBRjQEVkNxrCr0pXuX7J67axeZDaLZxargiGYJzVs825+bmUBb7lu+PFKYbBtuOTRbgQ1Ze1 CQk03jaZ9chbBJs1VEjuiURPRoSp+gjKqwQHJDgaDVALCC5l4nzyUzio0bSe5Lt1PBWTgmy5dAJzm lGZy0q8zGAeBut/zbPf+b++rl/AN31HvGaJszs1WpiFthPX6F9FTVeZP7uDB4+bj+EP3FdY/swqJs CpZv0Ndw9a0SbF8TAymThwbN1fZzeWgzfbSUsjaGRf8pln7RjScXtRO7IF66RSZSIZ538zbJUSLLB IFqhMxNg==; Received: from [50.53.2.121] (helo=[192.168.254.15]) by bombadil.infradead.org with esmtpsa (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpyIv-0000000FxEq-21FA; Thu, 28 Mar 2024 22:33:01 +0000 Message-ID: Date: Thu, 28 Mar 2024 15:33:00 -0700 Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] spi: spi.h: add missing kernel-doc for @last_cs_index_mask Content-Language: en-US To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, Mark Brown , Andy Shevchenko , linux-spi@vger.kernel.org References: <20240328043845.28882-1-rdunlap@infradead.org> From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 3/28/24 01:51, Andy Shevchenko wrote: > On Thu, Mar 28, 2024 at 6:38 AM Randy Dunlap wrote: >> >> kernel-doc complains about last_cs_index_mask not described, so add its >> decscription. > > description Fixed in v2. >> spi.h:778: warning: Function parameter or struct member 'last_cs_index_mask' not described in 'spi_controller' > > Do we need a Fixes tag? I'll add one. Thanks. -- #Randy