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=-3.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FSL_HELO_FAKE, 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 A071AC63798 for ; Fri, 20 Nov 2020 06:39:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4109322256 for ; Fri, 20 Nov 2020 06:39:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="aZ69K5fU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726123AbgKTGiv (ORCPT ); Fri, 20 Nov 2020 01:38:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725820AbgKTGiu (ORCPT ); Fri, 20 Nov 2020 01:38:50 -0500 Received: from mail-pf1-x442.google.com (mail-pf1-x442.google.com [IPv6:2607:f8b0:4864:20::442]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 811FAC0613CF for ; Thu, 19 Nov 2020 22:38:50 -0800 (PST) Received: by mail-pf1-x442.google.com with SMTP id v12so6892955pfm.13 for ; Thu, 19 Nov 2020 22:38:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=c323mLNMqZUq/40vwJ4lYewNf/J+pNzlwDWNO3qDVr8=; b=aZ69K5fUiTDNSM/xH2G4F9HzKpj6eoOwd6ryzPyLi3q2PILxPMz+3wwqGEAhBibFQp JpQyGiE63o/e4Gli5G7OFCgXnrl+2Ne0px1dbtjEbpFLrFjfKXdTQ+91AhZUmSID18X3 D6YQs+L+cNm0EurpOCS39HhHzovsS236Yv9aA= 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; bh=c323mLNMqZUq/40vwJ4lYewNf/J+pNzlwDWNO3qDVr8=; b=Py/YkwSQ9PdRIRIDP/cl3DR1Kl9JJ5cdCBPadf593NWpT1NRW8Cjlc+ZdDi/53inkH igM3jqVfYB3K8joEJG3NsH+Od6xRAr4StrtQmq+76qXslBKuQiHT1oehfcMGh+N+oxNw ko2ChEItnyIZDzxa58iLMTa3Y3CCekBkcpdAaSrwFLCW8NaRn40IU4Bf5bbstrj7RTNX RiUYa79FemebvrfoGucbT96peC5LTDl4+AFW+BN3ZIuNMQM8C/N0oYkQc9S2wIHH4S/H Wp0t24Ckmt4kqDcdvr15CjFQtNKaAlfjDZ/tDgbjM5OrO52MUILh1ZLbCjGbCDhXAElY OHQA== X-Gm-Message-State: AOAM530k/aOHtZNeMX5/Rd8QJ+VO9KpphAcdP5Z5z+olaZxBETn6IvIZ QpWi14nFsEPaIdHsCWfY65288Q== X-Google-Smtp-Source: ABdhPJzU7CvciCiqHc5ToRID+yU0JNGKbObI6oQotfKOrWevabb0yaq3YXILdHQDV1MOfPDhG/8s8w== X-Received: by 2002:a63:6305:: with SMTP id x5mr15967299pgb.269.1605854330010; Thu, 19 Nov 2020 22:38:50 -0800 (PST) Received: from google.com ([2620:15c:202:201:a28c:fdff:fef0:49dd]) by smtp.gmail.com with ESMTPSA id l20sm2074167pjq.33.2020.11.19.22.38.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Nov 2020 22:38:49 -0800 (PST) Date: Thu, 19 Nov 2020 22:38:48 -0800 From: Prashant Malani To: Stephen Rothwell Cc: Greg KH , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the usb tree Message-ID: <20201120063848.GA4160865@google.com> References: <20201120161506.4ff08894@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201120161506.4ff08894@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Fri, Nov 20, 2020 at 04:15:06PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the usb tree, today's linux-next build (htmldocs) produced > this warning: > > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > drivers/usb/typec/class.c:632: warning: Excess function parameter 'num_alt_modes' description in 'typec_partner_set_num_altmodes' > > Introduced by commit > > a0ccdc4a77a1 ("usb: typec: Add number of altmodes partner attr") Thank you for the email, and my apologies about the warning. I've sent a patch the mailing lists which should hopefully fix this [1]. Please let me know if there is further action required from my side. Best regards, [1]: https://lore.kernel.org/linux-usb/20201120063523.4159877-1-pmalani@chromium.org/ > > -- > Cheers, > Stephen Rothwell