From patchwork Thu Aug 1 10:20:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suzuki K Poulose X-Patchwork-Id: 170372 Delivered-To: patch@linaro.org Received: by 2002:a92:512:0:0:0:0:0 with SMTP id q18csp5223632ile; Thu, 1 Aug 2019 03:22:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqxpZaZg8eWosiEGYy0JNOSSNysrg1GARoB5z77HG0fbOIyt6lwMJILUw6fZ4klGEOx7kmPH X-Received: by 2002:a63:eb06:: with SMTP id t6mr7467114pgh.107.1564654840916; Thu, 01 Aug 2019 03:20:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564654840; cv=none; d=google.com; s=arc-20160816; b=ers3f9VPXrf+dI+ihF0X92V4GwABptTIcuyz55k1gdEzJigEHbrvWaZkJ0YnWBrQmy 5nftG0+auk1XtQqkIkSAdjwrFZYGK2097FXXpFInJss3vOCUrQUYvnpmJCm3rhmjIHi3 03SU4+4belN2pcGn8nHtrY2PZJWH5yKyMuBiRdyFUZtCEBz5svu1cc2y1j4lu90Rs2IR Vn+2gXpBUejiMPoKpwJtNzMk963JhpzDjkhvvJ3OU1t5JjHgCxOrDcyiyq+3F9K0Le/2 IbGcLoBFUynRQR4ougtLHZHrJOmMO6GJdtBPO8F8r8ZWDgwOUQwMkQV5A1BolzbhJ1IC OqFQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=8IKC8FnwA9/RhrJThPOajYYGscUOUaSaAh17cys7RNs=; b=LiWhOoOd56g712eA0TI50PGpWW9RVw8KXUb1uTxCXNP9crlhCWcqCnbXMWO3GMXMlv oSzph3lD6wntIzcKjwQmeg6hTiQ5YtNCg2gCT7Fyr4uiLWAVtILraP7EDzt0iAxxkK9k +6SAkNqGqmJ0cJQ27TBdlR4iGcvnJLrjWjqQQ7gHrl008ZGLMeR1a/18biJQGKtpbOcH Y29WYXb+iGEA/MTgz4hX1KQ515agMt8U8C5AD5MzvTauu6W+4+bhaeTq/VT6Fg43u+0/ 1BsIXxVNhiki7ZKU72Ipmd5zZB+a5cduiC6UNv3gp2IlSYRHwm1csHMHvih+ZgQ6xyHD WbWA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r33si40101665pgm.371.2019.08.01.03.20.40; Thu, 01 Aug 2019 03:20:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730777AbfHAKUg (ORCPT + 29 others); Thu, 1 Aug 2019 06:20:36 -0400 Received: from foss.arm.com ([217.140.110.172]:33588 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728060AbfHAKUd (ORCPT ); Thu, 1 Aug 2019 06:20:33 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2D1FC1597; Thu, 1 Aug 2019 03:20:33 -0700 (PDT) Received: from dawn-kernel.cambridge.arm.com (unknown [10.1.197.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3CB223F575; Thu, 1 Aug 2019 03:20:32 -0700 (PDT) From: Suzuki K Poulose To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, sfr@canb.auug.org.au, lkp@intel.com, Suzuki K Poulose Subject: [PATCH 2/3] drivers: Fix typo in parameter description for driver_find_device_by_acpi_dev Date: Thu, 1 Aug 2019 11:20:25 +0100 Message-Id: <20190801102026.27312-2-suzuki.poulose@arm.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190801102026.27312-1-suzuki.poulose@arm.com> References: <20190801061042.GA1132@kroah.com> <20190801102026.27312-1-suzuki.poulose@arm.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix a typo in the comment describing the parameters for the new API, which triggers the following warning for htmldocs: include/linux/device.h:479: warning: Function parameter or member 'drv' not described in 'driver_find_device_by_acpi_dev' Reported-by: kbuild test robot Cc: Greg Kroah-Hartman Signed-off-by: Suzuki K Poulose --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.21.0 diff --git a/include/linux/device.h b/include/linux/device.h index 26af63847ca7..b17548b94c3e 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -467,7 +467,7 @@ driver_find_device_by_fwnode(struct device_driver *drv, /** * driver_find_device_by_devt- device iterator for locating a particular device * by devt. - * @driver: the driver we're iterating + * @drv: the driver we're iterating * @devt: devt pointer to match. */ static inline struct device *driver_find_device_by_devt(struct device_driver *drv,