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=-7.2 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,USER_AGENT_SANE_1 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 15734C4338F for ; Mon, 26 Jul 2021 13:07:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EEB8E60F45 for ; Mon, 26 Jul 2021 13:07:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233371AbhGZM1O (ORCPT ); Mon, 26 Jul 2021 08:27:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232240AbhGZM1N (ORCPT ); Mon, 26 Jul 2021 08:27:13 -0400 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 557F6C061760 for ; Mon, 26 Jul 2021 06:07:42 -0700 (PDT) Received: by mail-wr1-x433.google.com with SMTP id h14so3054726wrx.10 for ; Mon, 26 Jul 2021 06:07:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chrisdown.name; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=eWr2xaZ+/s0B/nDH3uxkXrf081KOB9cbVhCDh1cSAls=; b=to0PFCRlG/g/CAC6UKSyYEmjKXWUDeaHhxaU7AtWzlpZ+oCQ2f0vtFK4ZqA04Q2v6J HOibiiYM7JhuKm0f7vz+7TQOx1+mi1thcLSrAhJWgrmIfwchAs41AwEUGy247PnylcFN T1ed0DEKZ5eIoQMU5cOp6+S32Ddl7aqPbTUg0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=eWr2xaZ+/s0B/nDH3uxkXrf081KOB9cbVhCDh1cSAls=; b=eKPyKuYSoBuTbNqJlAtlhWi33pCgjtIlW6JAEgSfWWIgodirlEjcaP7EQ2jjS2YWBm AAcxPElVz6nfCiZEUsmetgQKgZPp26t36RiXRkkTiVwYyU2UWAstp2QlbQ3zJC4T4saM G2eWz5/Ehjj4T35QBuphtYFohe3q1sugIYCmYKPcG3VHPzrdSyGOEAskiDc31C9feQf0 mX5km5Le5ia8KOpKfi5M3VUYuO8mqOY/mMXwJCXLkWpVM4kZ5nx/Vl6ZUZPiDKld2gET lnWWZJO/Km8rAwXByg1q4u2hqjFxYvhzIqAcrGa2ZVAn8cN96GQe8YiF1tpmGAZIthn5 Jz0g== X-Gm-Message-State: AOAM530fl7X0iyCDWvA6yBqpMTbQ7l0Mr66XipSNRpkUQWPI2fG5RYaf W4VliyYvwwk2qek7V8kelakNROh6sCfem/6U X-Google-Smtp-Source: ABdhPJwku8imMHDFJdm8e6/mh6gcHfvL62yh2cT7OhoMCGj1L24ew01O3NdYf984RD/DmaJLKU8D9g== X-Received: by 2002:a5d:4d0d:: with SMTP id z13mr126762wrt.34.1627304860786; Mon, 26 Jul 2021 06:07:40 -0700 (PDT) Received: from localhost ([2620:10d:c093:400::5:d571]) by smtp.gmail.com with ESMTPSA id f15sm13269050wmj.15.2021.07.26.06.07.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Jul 2021 06:07:40 -0700 (PDT) Date: Mon, 26 Jul 2021 14:07:39 +0100 From: Chris Down To: Jonathan Corbet Cc: Stephen Rothwell , linux-doc@vger.kernel.org, Petr Mladek , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the printk tree Message-ID: References: <20210720162423.75f61ce0@canb.auug.org.au> <87o8aqt7qn.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <87o8aqt7qn.fsf@meer.lwn.net> User-Agent: Mutt/2.1 (4b100969) (2021-06-12) Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Jonathan Corbet writes: >The problem is that you moved printk(), but left the associated >kerneldoc comment tied to _printk(), which isn't what you really want to >document. The fix should look something like the attached. Ah, I see. Thank you for your help!