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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 19E1BC07E9B for ; Tue, 20 Jul 2021 06:24:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6EB2601FF for ; Tue, 20 Jul 2021 06:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241779AbhGTFoF (ORCPT ); Tue, 20 Jul 2021 01:44:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237614AbhGTFnu (ORCPT ); Tue, 20 Jul 2021 01:43:50 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 705F9C061574; Mon, 19 Jul 2021 23:24:28 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4GTTFh688Bz9sWw; Tue, 20 Jul 2021 16:24:24 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1626762265; bh=af6S9rSG2z4cEsufseNG2kpNFLE4z52Qx93pQsWEvy4=; h=Date:From:To:Cc:Subject:From; b=O6SwPUxLj/3MZH3FAQ6MuHRlziXWhzYLIov3WnwxdPn5Dgm0hVP7qgr8lU9CrIlJE NyiJxTQr7a0QRmjC3zUizAuMuj9RSTJXL3964sa+MQHQr6tKobMhAlyPTup4Ccd1Tv 6mBHxwqvJqiHOTi1jxXVXwj7uJAd2t54AF0MzhosHWqbTfiyDH4JrzjiifUIotLlhH nvwr8yj4C75F3o8///QN9+UTqHAQixpZ8xVJ2JBi15RV5HRjbEP8cqQ1Ih0YC6CLFb h1LmiBLeeLL2VU4VkiEErlF+T5HSeoSVPRsjbmoJQj0xSXZqDSQ+l7Pv/kuQy7Ion/ EbLj7M1bk37xg== Date: Tue, 20 Jul 2021 16:24:23 +1000 From: Stephen Rothwell To: Petr Mladek Cc: Chris Down , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the printk tree Message-ID: <20210720162423.75f61ce0@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/uGIa4vuWxX=T2P62lTrJ5jb"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/uGIa4vuWxX=T2P62lTrJ5jb Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the printk tree, today's linux-next build (htmldocs) produced this warning: kernel/printk/printk.c:1: warning: 'printk' not found Introduced by commit 337015573718 ("printk: Userspace format indexing support") I presume that "printk" is referred to elsewhere in the documentation as being in this file. --=20 Cheers, Stephen Rothwell --Sig_/uGIa4vuWxX=T2P62lTrJ5jb Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmD2bBcACgkQAVBC80lX 0Gw0AQf7BZkzr3PUP4JX2KPQEm1iZEpnPwUXLBOoVg6HkxckzXB0j7bsvhc0sqkH 1opyzlGRoROoHvXyZpLA/U9JSvrWfpsyFV70QBPqhPM0GydgWBrDePKG4LnM2PFF AbzE7QbkDiSPAFpncG6OI4Vz8plmjAKQkZwZ7qmClu7hyXSlyCbJ99yflyketq2O ss9oWKKE0xD7c1QXoTfCsb1Merbrf6HyQZVkqifFEuROXOtqHUM5EKLPRI7YHypy KKv3Bk73sbNyyE9A+VV+1rcIukaI4edC37nk/cCfLyuKYcgmn0AKiHwCDs61a6MH MLloxbHa1wnnGZ17KTdMfLJsBHN04A== =6O+M -----END PGP SIGNATURE----- --Sig_/uGIa4vuWxX=T2P62lTrJ5jb--