From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F238E368947; Fri, 13 Mar 2026 06:15:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773382511; cv=none; b=Ib3O5lUEotmS01+G/HtOwguAZfjRJkSs7fHsV2c9eN0rrDj9S2EBp1/knvLy9XB3Fs1xCOgLA3+3CUl8e9Y1xzFmYUyKTDCJLkp8eqxHMB+RFu3yt9B0bgtJM6GnjXfVwVy9GbaLVVnSJuRy1DP4wBtaLNQGvxNtRcE+w4AIGiQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773382511; c=relaxed/simple; bh=iQZ2fCOZki0BvKe3mK+PN3iJVB6hrPV5ZJNR8yJUO6Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q3KR/XNkmGUynf6rKnG54l1jBbCVxL4Z3zWWS+b8jYJx5eHP4lnJoqgiMrXD7r/oGb+bLnME/wnozQ7rWsdkjxN6RitrZrm+c8ReaK5eB32+tvASNG8Y4TpXJYshEHmw/I8DwqqIArYZhcX7lEsq9z0greOt9WcLRxuPPPBP4SM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=otb74X7o; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="otb74X7o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CD32C19421; Fri, 13 Mar 2026 06:15:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773382510; bh=iQZ2fCOZki0BvKe3mK+PN3iJVB6hrPV5ZJNR8yJUO6Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=otb74X7o93JsQZcqOKVC9gnAUaIgxH5CYyH3rXAqqi4vdovrpANtOcK7ERg8j2h75 MDPw6YM7s4zyYnPINBfIx5tEJFZJsU5fgpvxo+QNrFiJs0Q5J19+hIwHP7ptMO56JE /7s8REjfqTGwP5AV76f1HgBXIbepLQ0wPdummJ6E= Date: Fri, 13 Mar 2026 07:15:07 +0100 From: Greg KH To: John S Cc: heikki.krogerus@linux.intel.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: typec: add kernel-doc for priority and mode_selection members Message-ID: <2026031348-playroom-chasing-7d8a@gregkh> References: Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Mar 12, 2026 at 10:42:35PM +0100, John S wrote: > Document the priority and mode_selection members of struct > typec_altmode that were added without kernel-doc descriptions. > > This fixes the following warnings when building with W=1: > > include/linux/usb/typec_altmode.h: struct member 'priority' not > described in 'typec_altmode' > include/linux/usb/typec_altmode.h: struct member 'mode_selection' > not described in 'typec_altmode' > > Signed-off-by: Kit Dallege Does not match your "From:" line :( Didn't checkpatch complain about this? thanks, greg k-h