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 2D132C433F5 for ; Thu, 21 Apr 2022 14:13:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389057AbiDUOQG (ORCPT ); Thu, 21 Apr 2022 10:16:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1386210AbiDUOQC (ORCPT ); Thu, 21 Apr 2022 10:16:02 -0400 Received: from mail-yw1-x1135.google.com (mail-yw1-x1135.google.com [IPv6:2607:f8b0:4864:20::1135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B1703B2A1 for ; Thu, 21 Apr 2022 07:13:12 -0700 (PDT) Received: by mail-yw1-x1135.google.com with SMTP id 00721157ae682-2ebf4b91212so53411867b3.8 for ; Thu, 21 Apr 2022 07:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BVdgNSxnqlRfmwe8g4I+HMnSr43PE82uzgUTPoHty5M=; b=SsgZeROgBcjGTbWNg8Zq2LszA8AA5+00vAOdxztiU5YMcWe5eaBtnc+d5m0hRR05P4 NZ4jSjOylNjS7mdgUaH0ttKhQAcJ5dmNwhEQHyGFd+63Cd8SCx1N7ZFFHP6m01OCkHg4 pkHftebaQAaGut+o0SJxac+Lks2RI8p2Q8+X9WC6a6oPGKgyRGvg7Cw0parldyYWsbeh 9YA6kWUmbDcnhBtMmCOCKUqxn7h9YJhHsv4k3us75BxiGGk0MBntPylBe18SQhmo7/D1 VN0NYSFxoQxb5ZHW5Ng8hFBekz0Ttn0lx6NQ+OC5Hubf3q9Es6599ZpRW2LHvKkCCnfL 0QrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BVdgNSxnqlRfmwe8g4I+HMnSr43PE82uzgUTPoHty5M=; b=HKsIXWUdaceGvVTHDBq6rvspXgReK5RrdvwbPEqs1qxi3aYZX1ffRhupF5oTGZAaUq oGaA1Awux+dblJUwh2lHArPvSHUUi58plPIzUeXVcT6dEcBylkn0ZK4DA+NswqZDDQjr idpxZj8E8HnHvEGetJU+K9Z8mNbhsAoJUYibDCPOVVfKGbnO/iyWH5LAczekOPf23xWm AeHW8hEDA7ysGRu27T4yMfkAczkTZw2YOcHgSNInwglTss4qY/J+rdlLylo8xWnAfFh4 GKmEo0GDJpS9V/X129Ntl0+mBWeawe94YxbWc3byWqQeYCqY04Cvlu/9vtex+W3/Y96e O4nQ== X-Gm-Message-State: AOAM530f2Ddobj04HjXB2JVOxXYIT0knFAjZknFDk966hyHPLQreXrA6 ayn5WFqhPhQkdpoaB40wJArswD8WM6KiBvcaoawI5+pT274= X-Google-Smtp-Source: ABdhPJx6MotXbIXBoeAXHCzviwv22N02CGAiZIi668i5QBawtCVnYBGsHOfXEsIP1aI4HTeqYfd7Amcq+winOd8x0pI= X-Received: by 2002:a0d:c4c2:0:b0:2f1:6c00:9eb4 with SMTP id g185-20020a0dc4c2000000b002f16c009eb4mr24271998ywd.448.1650550390035; Thu, 21 Apr 2022 07:13:10 -0700 (PDT) MIME-Version: 1.0 References: <20220421171116.6dbe87cb@canb.auug.org.au> In-Reply-To: <20220421171116.6dbe87cb@canb.auug.org.au> From: Linus Walleij Date: Thu, 21 Apr 2022 16:12:58 +0200 Message-ID: Subject: Re: linux-next: build warning after merge of the pinctrl tree To: Stephen Rothwell Cc: Stefan Wahren , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 21, 2022 at 9:11 AM Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (htmldocs) > produced this warning: > > include/linux/gpio/driver.h:507: warning: Incorrect use of kernel-doc format: * @of_gpio_ranges_fallback > include/linux/gpio/driver.h:518: warning: Function parameter or member 'of_gpio_ranges_fallback' not described in 'gpio_chip' > > Introduced by commit > > a9491df0c4ae ("gpiolib: of: Introduce hook for missing gpio-ranges") Thanks, I just folded in a quick fix into the offending commit, a single missing colon. Yours, Linus Walleij