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 EFFF8C2D0A3 for ; Mon, 9 Nov 2020 18:22:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB0FA206C0 for ; Mon, 9 Nov 2020 18:22:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Z4+xXsux" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730706AbgKISWy (ORCPT ); Mon, 9 Nov 2020 13:22:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730332AbgKISWm (ORCPT ); Mon, 9 Nov 2020 13:22:42 -0500 Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BDA0EC0613CF for ; Mon, 9 Nov 2020 10:22:41 -0800 (PST) Received: by mail-wm1-x343.google.com with SMTP id d142so390818wmd.4 for ; Mon, 09 Nov 2020 10:22:41 -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=agE410NhHkG/VilLjKYAizauXJMrtB10xUIGh/10Z74=; b=Z4+xXsux0cuxaF0X0CxSUo3a337YVpcYhtV1lfsrsLYeg+rP4mBKxEDnfCcV32WgQs nwvFDV0UVswNzv+7k9HnNM9G42WDu95sxlT3VuXoi73XDGB9l7A3Sd6ny3gvazveNwCa 9BF3Lm8IbmMKQLvBRIrW8GctWJWfoNTZslH//t/ip+jPJuTZwgO/3BP+dNUZz1zwdUO5 D/3nfNGkBbHbn4XHeEJB2/HS32axERrHMrMitwM8hiYsiwk/osob6aQ5y3A0A8JbCRMG D1Vg8ROq/Fn28PyM2WXP/DincnC/LRQ7WGSGhTWQbp0J9f52aTUCQGArOWmWLceSZENc /KDw== 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=agE410NhHkG/VilLjKYAizauXJMrtB10xUIGh/10Z74=; b=B4BVPebsyUO4oCZ0DXCFwUI3bgFhj4SLdYBKHxAptdrE9x7/dfcX3kmybPhF72M9wT mbDBkp1QIOXdmvlEmpYbnEg5P+UlTwD34dz6mXWlAVpECAKu2oXds5AcekwhKX5K3/nj DIKO9eK4/qZO6JHaczxMQfYvjI/GgHUEpiT2OCG2yWEIU3hUs4w4QaE7WOobcPN0404f koT0Od7M39kV5zC843SkQTOIqn9+5EfT1A3WUV5nYmDxSk1JmzRdPdSFJs25mvB0jIG9 /sNKdtizoB0xAlWOUBuqkT39WR2ywfETCxChGNyWuz1kNLGQrA0MihZEF35G0ZAdIB8Y I3Jg== X-Gm-Message-State: AOAM533jo0ccNPFgZ0TlOuRVyw5j5rg/t5CRx0KX7DXghA8KafxLFU3+ LYHo2IkNhmdA23RC0YhnvO7mx0fo3jjLq7uG X-Google-Smtp-Source: ABdhPJyw3u7oovt0s0+EZWOET6iA5NhMchu1kRYIDRZYcKaCmHuKTbHQTjEihlIA9JdcEXKzNEVNSw== X-Received: by 2002:a7b:c772:: with SMTP id x18mr445117wmk.185.1604946160461; Mon, 09 Nov 2020 10:22:40 -0800 (PST) Received: from dell.default ([91.110.221.180]) by smtp.gmail.com with ESMTPSA id g186sm735365wma.1.2020.11.09.10.22.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 10:22:39 -0800 (PST) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Richard Weinberger , Miquel Raynal , Vignesh Raghavendra , linux-mtd@lists.infradead.org Subject: [PATCH v3 14/23] mtd: ubi: gluebi: Fix misnamed function parameter documentation Date: Mon, 9 Nov 2020 18:21:57 +0000 Message-Id: <20201109182206.3037326-15-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201109182206.3037326-1-lee.jones@linaro.org> References: <20201109182206.3037326-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/mtd/ubi/gluebi.c:446: warning: Function parameter or member 'ns_ptr' not described in 'gluebi_notify' drivers/mtd/ubi/gluebi.c:446: warning: Excess function parameter 'ptr' description in 'gluebi_notify' Cc: Richard Weinberger Cc: Miquel Raynal Cc: Vignesh Raghavendra Cc: linux-mtd@lists.infradead.org Signed-off-by: Lee Jones --- drivers/mtd/ubi/gluebi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/ubi/gluebi.c b/drivers/mtd/ubi/gluebi.c index cc547b37cace5..1b980d15d9fbf 100644 --- a/drivers/mtd/ubi/gluebi.c +++ b/drivers/mtd/ubi/gluebi.c @@ -439,7 +439,7 @@ static int gluebi_resized(struct ubi_volume_info *vi) * gluebi_notify - UBI notification handler. * @nb: registered notifier block * @l: notification type - * @ptr: pointer to the &struct ubi_notification object + * @ns_ptr: pointer to the &struct ubi_notification object */ static int gluebi_notify(struct notifier_block *nb, unsigned long l, void *ns_ptr) -- 2.25.1