Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp209810pxb; Fri, 8 Jan 2021 02:56:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJzteswJvG8PJAtOX1SqVfrp3+XhMpKqkQGvr+W/Vt5Bg2pgPFvPytqHfCROTpQ6UEbQjnhl X-Received: by 2002:a17:906:6c8b:: with SMTP id s11mr2211018ejr.187.1610103407685; Fri, 08 Jan 2021 02:56:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610103407; cv=none; d=google.com; s=arc-20160816; b=J3/1XX7Zj0dGVMB1aFBkV+nrZRpdC7p0ishAI/hgWSxT8AwxIdFMsPwh7kOce/iMMX T3U7LmtWGcjldELblKeqR6EuT7iRkrgpLAPrm+B2hDMKtqeRjo/QJP5A52buMEAqZbwA APg+URTZhhGqs47IUGrO6I9PQdR2wnyTg0TR5Lh1ISV5CVWb4fr9+/N/s79beslQjWzz W8f04E2x5/Foz0HOpn1iLH0v1IY0snON3nLpiD67cWayt02SjjEnXLL1UTDQUhIy/2vT qY/NLrsbFNMiS7QXIV0BLNaGpMMGumr15cd9mRzd8AbIJBajrZ0XVGPBjGE5Lf2eV2aV VhUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=LOEX2fYvoAEQMemskMhcop/MiIHy/kpgxpSt5mErjyo=; b=DeD/ZNLQSgbMpc/JWibnKPGSQHPDQg3WiBHq7rZXXy6Z6L0jdEv8m/jscB034TrROX rL4EUrfD8Z15EGcFu2JERz8gILGORdLPgrFSyE7iyP4FQKUaAk6WNnVvi1of9mrO4gX4 UZ0KdvmF9fldGmXAwXhHEF902BXwA1dEuMwU0YGMu7Z+5R8PzmtgRsubRY3Yi1Go4R0h AOQ9+Sc6sP0w7xBPon1rPvIWbUXFmh9iq6E1JUvjAoXVS/qiR0pOPwUwO4xWHY/hiJZ9 Y1VKyfPDxDzi3VTpgzNALjBbqToOP2kQMTXkHZHJd9TtQWnd0wtug3/IoJTV71xI8RpQ 9oow== 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 dn16si3744690ejc.482.2021.01.08.02.56.24; Fri, 08 Jan 2021 02:56:47 -0800 (PST) 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 S1727879AbhAHKzJ (ORCPT + 99 others); Fri, 8 Jan 2021 05:55:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727176AbhAHKzJ (ORCPT ); Fri, 8 Jan 2021 05:55:09 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55465C0612F6 for ; Fri, 8 Jan 2021 02:54:28 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id EAuS2400s4C55Sk06AuSM5; Fri, 08 Jan 2021 11:54:27 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kxpPW-00201h-IV; Fri, 08 Jan 2021 11:54:26 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1kxpPW-008Vgy-05; Fri, 08 Jan 2021 11:54:26 +0100 From: Geert Uytterhoeven To: Arnd Bergmann , Jiri Kosina Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH trivial] asm-generic: ffs: Drop bogus reference to ffz location Date: Fri, 8 Jan 2021 11:54:25 +0100 Message-Id: <20210108105425.2028405-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The generic definition of ffz() is not defined in the same header files as the generic definitions of ffs(). Signed-off-by: Geert Uytterhoeven --- include/asm-generic/bitops/builtin-ffs.h | 2 +- include/asm-generic/bitops/ffs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asm-generic/bitops/builtin-ffs.h b/include/asm-generic/bitops/builtin-ffs.h index 1dacfdb4247ee1b7..7b129329046b7337 100644 --- a/include/asm-generic/bitops/builtin-ffs.h +++ b/include/asm-generic/bitops/builtin-ffs.h @@ -8,7 +8,7 @@ * * This is defined the same way as * the libc and compiler builtin ffs routines, therefore - * differs in spirit from the above ffz (man ffs). + * differs in spirit from ffz (man ffs). */ #define ffs(x) __builtin_ffs(x) diff --git a/include/asm-generic/bitops/ffs.h b/include/asm-generic/bitops/ffs.h index e81868b2c0f07b87..323fd5d6ae263ab3 100644 --- a/include/asm-generic/bitops/ffs.h +++ b/include/asm-generic/bitops/ffs.h @@ -8,7 +8,7 @@ * * This is defined the same way as * the libc and compiler builtin ffs routines, therefore - * differs in spirit from the above ffz (man ffs). + * differs in spirit from ffz (man ffs). */ static inline int ffs(int x) { -- 2.25.1