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 7B08C24293C; Wed, 4 Mar 2026 20:46:28 +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=1772657188; cv=none; b=ExijEkxP1QjN5mylf1ybveMVz8iI1poCcaIvFHfMSH5mDOnM/UE8HIOyNB32lUhx86sXYrh6Vbbl0Ulf5Rp/OIhOZM1ePX/87k7PocdT0WxsXjpA52r+Z0QoAh3d8tu+xEG+nE4qR9y8wQ+St7Emb40oUap5e/fpXjLhAKovWuw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772657188; c=relaxed/simple; bh=hyjTjj0+B73bWM8z567dz4+PxRwCQl3Y/TAy7WBED8g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uuhwwO2uEZB+z9EUAjiWRe55xjFOdyMxzyey9CkpydJbhZ/L0NYyyERyTXUO8Sa5LJnetorSRXrdcyet5AAhqtpu9bN4JHp5Okllw1jh4JoDmMIdMQqJ1V0HnHvlWq4GVxY7AXwO6TfM0Ey6ln4qGqPM1Maaiz5cZ2elm4X97Rg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=EZ6sHSez; 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="EZ6sHSez" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97EABC4CEF7; Wed, 4 Mar 2026 20:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772657188; bh=hyjTjj0+B73bWM8z567dz4+PxRwCQl3Y/TAy7WBED8g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EZ6sHSezrRGJeaaLVTsYiIUp7qOWNS393chb47Z8eI9tU1rlP3tFpWUDTySEDQbon JW/+5wAz+5cmajvyVMs0+MQUlYq8HqPyv6lUWioBhf66LgE5hdmhKfjvHzQsE46MXK UyXwPMx6X8/3xAGhUodUcXiakRcoWoLucdx0oaSg= Date: Wed, 4 Mar 2026 21:46:14 +0100 From: Greg KH To: Mark Adamenko Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] usb: core: remove unnecessary goto in usb_create_newid_files() Message-ID: <2026030432-thursday-sliced-4963@gregkh> References: <20260304155812.4559-1-marusik.adamenko@gmail.com> <2026030412-trace-sneer-60bf@gregkh> 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 Wed, Mar 04, 2026 at 09:35:42AM -0800, Mark Adamenko wrote: > Thanks for responding, > I wasn't suggested by any tool. I was advised that if I want to become a > contributor, I should start by finding something small, I recommend starting in drivers/staging/ and not causing unnecessary churn in other parts of the kernel, as you learn the development process. That's what that part of the kernel is for. Also, please don't top-post :) thanks, greg k-h