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 3EDF11B808; Mon, 16 Mar 2026 06:17:34 +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=1773641855; cv=none; b=PSCheHgozCoFO92sngwXFKAvgqmalFcxmbiCcoHtea9MGPlvm2puylmwrjH84i8ENnuBGGWNNb7vJ+MOlxxSFC2BHzTYWqD3pgwY9SmVve4QVEc6tBJaAzGFy2dT/gEsR2BWe7KvVblvB6dHoQjyh2SmR9lz66rWOqs3b5/C364= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773641855; c=relaxed/simple; bh=qrTjT1wkM98fZdpCNZSyI316XGcSZUYPfjTXQe2x4uc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UU9bJBSrs++F9ATTW1qJ4UjC9EunsfVj9fHdSciASIdpsqcg9LV8f7Ay8+F81eoT1gH94qZl0P6+g+IYeyP8s2ULh/rklwLipnSqQh5+byEkdqq0UAzK19QDLqLg994SvExTGWAIKMYCoIjB0FxfyWKou6DzwcD2jGZ/p/8E0D4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=jt39rHhK; 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="jt39rHhK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78F27C19421; Mon, 16 Mar 2026 06:17:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773641854; bh=qrTjT1wkM98fZdpCNZSyI316XGcSZUYPfjTXQe2x4uc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jt39rHhKvpufotJ6RqG1GKXiv+pazdXhgvBQ7TV+5RLFD84aJw91Qb0t+QSCyBmrs pzWWw5P94bM5mcCS0kidDIifKoHtz0vw674UaQmfnYRXzd2P4ZIjEKeieTQFsJUBkb x6Sdnm4njtD5Me/TG2iO1Ybh68svFZbMw62H7y+I= Date: Mon, 16 Mar 2026 07:17:17 +0100 From: Greg Kroah-Hartman To: Kit Dallege Cc: Heikki Krogerus , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/5] usb: typec: add kernel-doc for priority and mode_selection members Message-ID: <2026031638-deviant-granddad-9ae8@gregkh> References: <20260315145741.24128-1-xaum.io@gmail.com> 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: <20260315145741.24128-1-xaum.io@gmail.com> On Sun, Mar 15, 2026 at 03:57:41PM +0100, Kit Dallege 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 > Signed-off-by: kovan Please use your name, not an alias, to sign off on a patch. And no need to list it twice. Also, where are the other 5 patches here? thanks, greg k-h