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=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 8A9E8C4741F for ; Wed, 4 Nov 2020 16:24:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 397A0206A5 for ; Wed, 4 Nov 2020 16:24:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="qa0UA7Le" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730846AbgKDQYo (ORCPT ); Wed, 4 Nov 2020 11:24:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728683AbgKDQYo (ORCPT ); Wed, 4 Nov 2020 11:24:44 -0500 Received: from mail-wm1-x341.google.com (mail-wm1-x341.google.com [IPv6:2a00:1450:4864:20::341]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B595DC061A4A for ; Wed, 4 Nov 2020 08:24:43 -0800 (PST) Received: by mail-wm1-x341.google.com with SMTP id v5so2951505wmh.1 for ; Wed, 04 Nov 2020 08:24:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=EFFGDIM6YxbyjqNmdxEzSxYZvjxZnEKm0jHptMdsaWs=; b=qa0UA7LeVIfHKJbOBgEUrNGqnwsyUh3ZXyRI95cNiijvXFriiQeSjlAdRqKgdhgTuZ VKidCqYL5gYT4LhaZYEGl75vPOUP3ykUejSwnh7Q7qOhFtnh5pupGR06AgPqK5N75rU9 BNa8rQl+KYQGjxl7EBdV0d8Ug9REGtfMe2UsZO0AVf0eU+39CurvcnluYbRgPC+PW+2A KoHhtLC+14wLmSmurMNK1I8H6xWDJwLnePRnH8PuVMG3UFYFXU1gr/qTzx1stZAQd2Mi Kti6TrrXz9j11RrG+B5NX57cICiAHrNjVl0TkF1/2u2MR/ttWpvnukOLR1KrqsDaO4vW eFRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EFFGDIM6YxbyjqNmdxEzSxYZvjxZnEKm0jHptMdsaWs=; b=ACwgvXXQ2RLiR07kbvZO/g25Yd5ZZixLZ7Yi9ouEOCDwRvNNAmkngAFfCV2hgRsPP1 7DxWff1l1o1wNRdVHa3ZVEN644KoHPMg5m5BAm2sA1idmIfjLta7N9oz9OsioICp/iuF Wmy23J5Ka15jHlO12Vpoay5zsE2BZTvw1oRAJsC1JBTMKYQPZT49zJ7DFqIdyE5vMZjE isOG1k9EfcWRc61K+uu8fnJDsycoP+Eeyc9AG4yEcF+/9tM5IXA9l54BQmPUIrYX5WVu l5Br5jPJM78S1/nCmgQL6BQlAsdCelChr8jYVL5njNr8AwT0AvO+t6YBaLghq+EVzNbQ 2nzg== X-Gm-Message-State: AOAM533ML0+guuiA3JWhAooE7+InGQlyJgPONFf1rRP3oy6YAw1XtVrX h4DQ0fIXnuFFbcFyW8kT4nLp8A== X-Google-Smtp-Source: ABdhPJxhvdIjV+YfPIEcOUvtay4LNDugBEPgNMSeioIVBMDoFKZL6foblf8yKGtLSCX5g+4BdGYFyw== X-Received: by 2002:a1c:84:: with SMTP id 126mr3535343wma.160.1604507082436; Wed, 04 Nov 2020 08:24:42 -0800 (PST) Received: from dell.default ([91.110.221.242]) by smtp.gmail.com with ESMTPSA id o129sm3008564wmb.25.2020.11.04.08.24.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Nov 2020 08:24:41 -0800 (PST) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Dmitry Torokhov , Vincent Huang , Hans de Goede , Andrew Duggan , Christopher Heiny , linux-input@vger.kernel.org Subject: [PATCH 01/20] input: rmi4: rmi_bus: Fix misnaming of '__rmi_register_function_handler's 'owner' param Date: Wed, 4 Nov 2020 16:24:08 +0000 Message-Id: <20201104162427.2984742-2-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201104162427.2984742-1-lee.jones@linaro.org> References: <20201104162427.2984742-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/input/rmi4/rmi_bus.c:299: warning: Function parameter or member 'owner' not described in '__rmi_register_function_handler' drivers/input/rmi4/rmi_bus.c:299: warning: Excess function parameter 'module' description in '__rmi_register_function_handler' Cc: Dmitry Torokhov Cc: Vincent Huang Cc: Hans de Goede Cc: Andrew Duggan Cc: Christopher Heiny Cc: linux-input@vger.kernel.org Signed-off-by: Lee Jones --- drivers/input/rmi4/rmi_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/rmi4/rmi_bus.c b/drivers/input/rmi4/rmi_bus.c index 47d1b97ed6cf3..24f31a5c0e04a 100644 --- a/drivers/input/rmi4/rmi_bus.c +++ b/drivers/input/rmi4/rmi_bus.c @@ -286,7 +286,7 @@ void rmi_unregister_function(struct rmi_function *fn) /** * rmi_register_function_handler - register a handler for an RMI function * @handler: RMI handler that should be registered. - * @module: pointer to module that implements the handler + * @owner: pointer to module that implements the handler * @mod_name: name of the module implementing the handler * * This function performs additional setup of RMI function handler and -- 2.25.1