Thank you Bart, I used API (target_complete_cmd_with_sense) which is not in mainline kernel. I need to change the patch. Sorry, this is my mistake. Sergey. >On 6/24/21 4:19 AM, Sergey Samoylenko wrote: >> + pr_warn_ratelimited("target_xcopy_do_work: rc: %d, sense: %u," >> + " XCOPY operation failed\n", rc, sense_rc); > >Please do not split format strings across multiple lines. Checkpatch >should have complained about this. > >Thanks, > >Bart.