On Fri, Sep 6, 2019 at 1:39 PM James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote: > > > diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c > index 8d8c495b5b60..d65558619ab0 100644 > --- a/drivers/scsi/lpfc/lpfc_attr.c > +++ b/drivers/scsi/lpfc/lpfc_attr.c > @@ -5715,7 +5715,7 @@ LPFC_ATTR_RW(nvme_embed_cmd, 1, 0, 2, > * 0 = Set nr_hw_queues by the number of CPUs or HW queues. > * 1,128 = Manually specify the maximum nr_hw_queue value to be set, > * > - * Value range is [0,128]. Default value is 8. > + * Value range is [0,256]. Default value is 8. > */ Shouldn't that "1,128 = Manually specify.." line also have been updated? Not that I really care, and I'll pul this, but.. Linus