Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp4137278pxv; Mon, 28 Jun 2021 23:19:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzRN6y7g1WDcnKRc7wNCmcC6H8dg/+C++a6P4BCY+oDptquMgaYEuwbeSqkoP56asmnFrGI X-Received: by 2002:a92:dd89:: with SMTP id g9mr9583461iln.200.1624947564535; Mon, 28 Jun 2021 23:19:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624947564; cv=none; d=google.com; s=arc-20160816; b=hIBzhjUdA61HIveTKzBeiY7ox9ppDULXXaUqaY3AkQAo4zz3aNbOCf+9Ih0E0bUlFW Mnh6yxqbD5Xt6L6FO6wNb4rwNo056BMEa9GaPOQeTAEoOsDI8hGYeYVHtPpIe0PKBP29 rXWRFtTdbwkSCQfi3VhS/KVi26cvozT3Aqm2Dia4nkhzoAruR8n00tTJp4d8Wy6Wrb3c fHsXTMkxFE+KsLOHlCNwvE5/P2cPxho57KpR9yIs45f88xGh0fKGUDxmSnvaKE51cKYi 0y7iHzWMk7ZKUbKf95I6r4QR0ClUmh6kKPPVKRuGr1JJ7Q/WtuHjDax8+tlwYeIk9B7n cY8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=pwr7m0pZJHXQ5/t6oUi/dcCaKWFNCrsm6yby6+TMREY=; b=yZM5vLGv8f4eLFI6L/t2Wt8wscYSxwZl+3MSoCgJ1i/ztzMqiw9IqbOcMXsQXF8Opb hfBSbcZXixeTqztT69SdYBxqrLmy6f3+xMA/hICKJH7kevvUmdTXj6veUdBtwkC2K3bV dqldAbg4LQuWup85eQph6RypWmIoZ1PqkKGCCoZQ+XhR54joruTV1V9RLrWpQRXKLRcn 5fZ6PXRUY5wjk26UW9T2mHa3FL1XxtGVHmCSnrqzX1j5IJJmN3HKZj67eZlO+MlDU/JK wq74/luTyPToW6c+e3sZ6DQkFlKguO7s8bLd9blB+zJizXJn4Mgllq0yD8+724hC9Q27 DYGA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d198si19702565jac.70.2021.06.28.23.19.11; Mon, 28 Jun 2021 23:19:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232087AbhF2GUx (ORCPT + 99 others); Tue, 29 Jun 2021 02:20:53 -0400 Received: from bmailout1.hostsharing.net ([83.223.95.100]:39801 "EHLO bmailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231948AbhF2GUx (ORCPT ); Tue, 29 Jun 2021 02:20:53 -0400 Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id EBE1B30000349; Tue, 29 Jun 2021 08:18:24 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id D72B13CAFDF; Tue, 29 Jun 2021 08:18:24 +0200 (CEST) Date: Tue, 29 Jun 2021 08:18:24 +0200 From: Lukas Wunner To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, "William A. Kennington III" , Mark Brown , linux-spi@vger.kernel.org Subject: Re: [PATCH v2] spi: : add missing struct kernel-doc entry Message-ID: <20210629061824.GA21978@wunner.de> References: <20210628210520.5712-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210628210520.5712-1-rdunlap@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 28, 2021 at 02:05:20PM -0700, Randy Dunlap wrote: > Fix kernel-doc warning in spi.h by adding the missing kernel-doc entry > and also correct the original comment so that they both indicate the > correct polarity of the flag. > > ../include/linux/spi/spi.h:673: warning: Function parameter or member 'devm_allocated' not described in 'spi_controller' > > Fixes: 794aaf01444d ("spi: Fix use-after-free with devm_spi_alloc_*") > Signed-off-by: Randy Dunlap > Cc: William A. Kennington III > Cc: Mark Brown > Cc: linux-spi@vger.kernel.org Reviewed-by: Lukas Wunner