On 5/4/23 01:07, Hannes Reinecke wrote:
On 5/4/23 01:06, Bart Van Assche wrote:TP_printk("host_no=%u channel=%u id=%u lun=%u data_sgl=%u prot_sgl=%u " \ "prot_op=%s driver_tag=%d scheduler_tag=%d cmnd=(%s %s raw=%s) " \ - "result=(driver=%s host=%s message=%s status=%s)", + "result=(driver=%s host=%s message=%s status=%s " + "sense_key=%u asc=%#x ascq=%#x))",Why two closing braces?
There should only be one closing brace. I will fix this. Thanks, Bart.