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 D59E43F8C7 for ; Fri, 1 Dec 2023 22:36:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="e8SRa3kL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC895C433C7; Fri, 1 Dec 2023 22:36:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701470171; bh=/ziQf+5NO5Nc/kK0ZRmDFpmb94z2MpSTFLqvRnV7wes=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e8SRa3kLDpCQhadn6scBTbnyd1H6hNlIw09tjMaE2ZuY4lPrzglOv0o95FRZCEgkA 6AZy9QJ5DuWLBqweN0cXaDmJHcRyXSNJjGq8LTWw6u0FWfq4aaKnYduhdqKOn4yPsb arMP5IfJbIsuHe0b44QdLqymk/aZB9Evq60y5lp0= Date: Fri, 1 Dec 2023 22:36:07 +0000 From: Greg Kroah-Hartman To: Sergei Shtylyov Cc: Karina Yankevich , Alan Stern , linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org Subject: Re: [PATCH v2] usb: storage: sddr55: clean up variable type Message-ID: <2023120110-uncharted-rift-98f9@gregkh> References: <53bc0584-51eb-8bb7-de48-ca07fccafc19@gmail.com> <20230227112541.14849-1-k.yankevich@omp.ru> 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 Fri, Dec 01, 2023 at 07:16:56PM +0300, Sergei Shtylyov wrote: > Hello! > > Sorry for the really long delay! Your reply scared off Karina > (it was her 1st kernel patch), so I'm trying to pick this patch up > where it was left back in February... Note, any submitter should be able to answer questions about their change, as remember, if I take it I am now responsible for it. If they do not want to respond that means they do not want to be responsible for it, which of course means we can't accept it :( thanks, greg k-h