On Fri, Sep 24, 2021 at 03:33:09PM +0800, Jonathan Hsu wrote: > Fix incorrect index for UTMRD reference in ufshcd_add_tm_upiu_trace(). > > Fixes: 4b42d557a8ad ("scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs") > Signed-off-by: Jonathan Hsu <jonathan.hsu@xxxxxxxxxxxx> > Change-Id: I9acab6f3223f96d864948bb5670759d58cf92ad6 > --- > drivers/scsi/ufs/ufshcd.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. </formletter> Also, always run checkpatch.pl on your patches, it will show you that the "Change-Id" field is not valid here. thanks, greg k-h