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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7B4BC05027 for ; Mon, 20 Feb 2023 05:31:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229723AbjBTFbq (ORCPT ); Mon, 20 Feb 2023 00:31:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbjBTFbp (ORCPT ); Mon, 20 Feb 2023 00:31:45 -0500 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 754FEBDFD; Sun, 19 Feb 2023 21:31:39 -0800 (PST) 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 4PKrd25Pkvz4x82; Mon, 20 Feb 2023 16:31:34 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1676871095; bh=gBmo0TN95mb7CUHM3s3ZvsNFVOEMgcqzQUoS0x4tA8w=; h=Date:From:To:Cc:Subject:From; b=JliKbLjDZ7xBu+f1+kT2gbnlZhECHdKn5E8SYforSoOhewnJWsxBTm+AiUzqC8iXB V3BVYWs6dpDFa4aNQhHotkEN+Zs5K2Ylqc2f1V7qcp7EMVTPdfAZ/aIqFG6bz+57q1 4o96+EgXmVu6HCbbySw7EtsFnj3Uam0n3iN3MrbnvRkKKJ36JvuJ1wWE6goBhwMD8K GD6/+2+27XpLV/SiqQL1xl4qS+Ez74iPDR7DL/eNk8SlAARn9P/+l2jzfsWNdEzJ2T L+bthiwbmCYD9H5x6aHERZIhfZRmEMHG9+SVEPnhWHathqZDWJ1GTLfJRbW17QKlF0 SspjHkXxcJWyQ== Date: Mon, 20 Feb 2023 16:31:33 +1100 From: Stephen Rothwell To: Greg KH Cc: Greg Kroah-Hartman , Qi Zheng , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the driver-core tree Message-ID: <20230220163133.481e43d8@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/v+1hp8+gtYxSdL44PGiY79/"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/v+1hp8+gtYxSdL44PGiY79/ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the driver-core tree, today's linux-next build (htmldocs) produced this warning: Documentation/filesystems/api-summary:146: fs/debugfs/inode.c:804: WARNING:= Inline literal start-string without end-string. Introduced by commit d3002468cb5d ("debugfs: update comment of debugfs_rename()") --=20 Cheers, Stephen Rothwell --Sig_/v+1hp8+gtYxSdL44PGiY79/ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmPzBbUACgkQAVBC80lX 0Gyf3wgAjiXdcYU+fPh8hp/rmr5RKjreo5nJVkSR5VFR8dkQTjH+x3Gbyr0GfI8f o8JftQNYOCgZ3GCFZBZYKDXtyKiqBWWC+IxICxZPZDWc6xpBX+ulknaRU/Fsl+8j apqgFr+i91MVlrGVNa93ypNFpYDUFegOYcbKPYK9lUiBD/ueFqBOHBAV3rgUV1WU 1ZCv2cPQyX7Rsam2z5CAqi16J7ui0fTDd/Euu6gp4fNPWaBeQEaVOImF10bCQLhX wA3/FkDEQWW5JDL0H/lm/LL55PWri8IWKrgjh7tP1Z6gvQQcPtMoRaoUuIa1VK2R ZLXtHMO+qMQHzVYTaG4dRIq1HdAahQ== =D4Em -----END PGP SIGNATURE----- --Sig_/v+1hp8+gtYxSdL44PGiY79/--