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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0DECC4332F for ; Tue, 1 Nov 2022 22:51:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230060AbiKAWvD (ORCPT ); Tue, 1 Nov 2022 18:51:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbiKAWvB (ORCPT ); Tue, 1 Nov 2022 18:51:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3060813F0F for ; Tue, 1 Nov 2022 15:51:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C06986173D for ; Tue, 1 Nov 2022 22:51:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0786CC433D6; Tue, 1 Nov 2022 22:51:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667343060; bh=P8BLGo/8kDNCQGzu6cUA23fW6trjCvcGb4vCtJgAwL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P13UMZVNNNKq7IUW7tl2ToG7rOVnZBhdB6VnfT2iDj182VNEGS01mddngY2+fEY1q fiELfn022IBaDHV367hOZP19jN2BjrW7FZrN1zvjUe9dVjGu4bjd0A+dlK0MRXUtdE MtLcuRBhGPBSHxC/h80OhULddCd7PfVVYr1NUPHMZd9W3dKChBuC6Gkgb2hBAbCsCE CkOGrNDwHajQFTwED39ode+jpCvXmzEpo3PGdKNQSxdChk9Lwn/b8rF/llDR5Lq4O+ 7zu+FmSxgFMsAf6q/9wHmukMRinWZi3Zz8G0gdSjKPiRYJhHD6AwJ+edq8x5HjBHyB zwpZR/3/mQo6Q== Received: by pali.im (Postfix) id 3E0377F8; Tue, 1 Nov 2022 23:50:57 +0100 (CET) Date: Tue, 1 Nov 2022 23:50:57 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Greg Kroah-Hartman , Marek =?utf-8?B?QmVow7pu?= Cc: Johan Hovold , linux-usb@vger.kernel.org Subject: Re: [PATCH v3 3/7] USB: serial: ftdi_sio: Extract SIO divisor code to function Message-ID: <20221101225057.2i2rsh5latrvn4au@pali> References: <20220924102718.2984-1-pali@kernel.org> <20220924102718.2984-4-pali@kernel.org> <20221009121707.4o3fjxnec3u4mktz@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20221009121707.4o3fjxnec3u4mktz@pali> User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sunday 09 October 2022 14:17:07 Pali Rohár wrote: > On Saturday 24 September 2022 12:47:06 Greg Kroah-Hartman wrote: > > On Sat, Sep 24, 2022 at 12:27:14PM +0200, Pali Rohár wrote: > > > In preparation for following changes, > > > > What do you mean by "following changes"? That doesn't work well when > > looking in a changelog series. Spell out what you are going to do in a > > future change, as to why this is necessary. > > > > thanks, > > > > greg k-h > > Ok. Anything else is needed to address? Ping?