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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 BCA22C4321A for ; Fri, 12 Mar 2021 11:08:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8493965020 for ; Fri, 12 Mar 2021 11:08:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233936AbhCLLIT (ORCPT ); Fri, 12 Mar 2021 06:08:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233868AbhCLLIL (ORCPT ); Fri, 12 Mar 2021 06:08:11 -0500 Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4068CC061574 for ; Fri, 12 Mar 2021 03:08:11 -0800 (PST) Received: by mail-wm1-x329.google.com with SMTP id c76-20020a1c9a4f0000b029010c94499aedso15545324wme.0 for ; Fri, 12 Mar 2021 03:08:11 -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=0qmJtn2ROcq97cCAA/GgmHQVBHx/QLh0PdVV8I8LApw=; b=G5ue6+jRiPOzq/lTADL9GS6ZiSQV1lqYa6OFSDlKj5E005qW0tpjcCwKDRUtDZbKd+ 2csTU8r1cM6ZAGC423BbrQXTqqsexOPlNp2MtoU4tiHUW339WrkZm9+xPjd88bySsvh4 urQZ2szjy6rw7/lwmKq7VsTYDclnBGrB5jkAo989HorY2VpunPe3w6On523sRmlX/eJy 1P47iupyOtjC38861DiFU+8ET7Bkam+LPUV0/uYES5xjMmhLm0pT+9z+ILWIoUgn5VtX r6TZ/YOB57py9JU7d9g+TbxJOOT+XF++6EWy89GdsjTEIEU0pN2STtyCUpK+7Oo21rZN +N/A== 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=0qmJtn2ROcq97cCAA/GgmHQVBHx/QLh0PdVV8I8LApw=; b=laFFEGO1TVnkbcN3QLG1jcbmd7meLFjkabAVJSdkJuciDuZ/s7lYcrpudlpxgvR2IB BLCEQD7J9PUfBJ1Jm2uf1V9IasdQQvyOQvXT7+/3st0efDSlJL/GriUz/JQTwqGkxxRG Hgb0N3chDTrNYxZ1toP0XF+/nqudXUsusHaxrgqv3RPEs89fksMybqPhWdECLz7FBqAt uVwW3sAUyCAINQ3H4Jlw4Kwk6chWojQZsr6vGCAkdYLjqC9qChwDusG/464JJHJ9PfZT uYxA264ZGlDLZqc8FRD4mxG4qS3EBk5KEOLG6M7QCgKrl957eH7Tf3bfDUR5Cc66K2Jt gCmg== X-Gm-Message-State: AOAM531bcsEJqOI6LpG07VZ0bkJdsAPMtCtP+YBqrfz8ptsIoHS5lx+n ueuc10wcJcX2SRcz8NN0SxMpgw== X-Google-Smtp-Source: ABdhPJx36y25qS2AGf2j01Ur/wYoFleHO4MNf+ufa+gV2DrYYq7R4ceLSKtf7sZqa0Nh8hNWnuTGTQ== X-Received: by 2002:a1c:1dd5:: with SMTP id d204mr12259143wmd.127.1615547289996; Fri, 12 Mar 2021 03:08:09 -0800 (PST) Received: from dell.default ([91.110.221.204]) by smtp.gmail.com with ESMTPSA id f126sm1813003wmf.17.2021.03.12.03.08.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Mar 2021 03:08:09 -0800 (PST) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Pantelis Antoniou , Frank Rowand , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH 09/10] of: overlay: Fix function name disparity Date: Fri, 12 Mar 2021 11:07:57 +0000 Message-Id: <20210312110758.2220959-10-lee.jones@linaro.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210312110758.2220959-1-lee.jones@linaro.org> References: <20210312110758.2220959-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/of/overlay.c:147: warning: expecting prototype for of_overlay_notifier_register(). Prototype was for of_overlay_notifier_unregister() instead Cc: Pantelis Antoniou Cc: Frank Rowand Cc: Rob Herring Cc: devicetree@vger.kernel.org Signed-off-by: Lee Jones --- drivers/of/overlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/overlay.c b/drivers/of/overlay.c index 50bbe0edf5380..1c867a5e4c7c2 100644 --- a/drivers/of/overlay.c +++ b/drivers/of/overlay.c @@ -140,7 +140,7 @@ int of_overlay_notifier_register(struct notifier_block *nb) EXPORT_SYMBOL_GPL(of_overlay_notifier_register); /** - * of_overlay_notifier_register() - Unregister notifier for overlay operations + * of_overlay_notifier_unregister() - Unregister notifier for overlay operations * @nb: Notifier block to unregister */ int of_overlay_notifier_unregister(struct notifier_block *nb) -- 2.27.0