Hi Melanie On Fri, Feb 05, 2021 at 09:24:47PM +0000, Melanie Plageman (Microsoft) wrote: > - Change name of parameter to storvsc_max_hw_queues > - Make the parameter updatable on a running system > - Change error to warning for an invalid value of the parameter at > driver init time > > Signed-off-by: Melanie Plageman (Microsoft) <melanieplageman@xxxxxxxxx> This patch contains a section which seems to be a copy&paste error from another email. Also, please use get_maintainers.pl to CC the correct maintainers. You can configure git-sendemail such that the correct people are CC'ed automatically. The storvsc code normally goes via the storage maintainers' tree. If you have any question about how to use the get_maintainers.pl script or the upstreaming process in general, let me know. Wei. > --- > > Andres wrote: > >> On 2021-02-02 15:19:08 -0500, Melanie Plageman wrote: > >> diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c > >> index 2e4fa77445fd..d72ab6daf9ae 100644 > >> --- a/drivers/scsi/storvsc_drv.c > >> +++ b/drivers/scsi/storvsc_drv.c > >> @@ -378,10 +378,14 @@ static u32 max_outstanding_req_per_channel; > >> static int storvsc_change_queue_depth(struct scsi_device *sdev, int [...]