[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YP5mFKeJsGezjdve@kroah.com>
Date: Mon, 26 Jul 2021 09:36:52 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Hayes Wang <hayeswang@...ltek.com>
Cc: kuba@...nel.org, davem@...emloft.net, netdev@...r.kernel.org,
nic_swsd@...ltek.com, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org
Subject: Re: [PATCH net-next RESEND 2/2] r8152: separate the r8152.c into
r8152_main.c and r8152_fw.c
On Mon, Jul 26, 2021 at 12:01:09PM +0800, Hayes Wang wrote:
> Rename r8152.c with r8152_main.c. Move some basic definitions from
> r8152_main.c to r8152_basic.h. Move the relative code of firmware
> from r8152_main.c to r8152_fw.c. Rename the definition of "EFUSE"
> with "USB_EFUSE".
That is a lot of different things all happening in one commit, why?
Please break this up into "one patch per change" and submit it that way.
But the real question is why break this file up in the first place?
What is wrong with the way it is today? What future changes require
this file to be in smaller pieces? If none, why make this? If there
are future changes, then please submit this change when you submit
those, as that would show a real need.
thanks,
greg k-h
Powered by blists - more mailing lists