[no subject]
From: Suresh K C
Date: Mon Jul 21 2025 - 02:44:53 EST
Subject: Re: [PATCH v1] soundwire: replace scnprintf with sysfs_emit for sysfs entries
>> There is trailing whitespace error, pls run checkpatch before sending patches
Thanks for pointing that out. I’ll run checkpatch and update the patch accordingly.
>> + return sysfs_emit_at(buf, pos, "%4x\t%4x\n", reg, value);;
>>double colon?
Thanks for catching that. The double semicolon was unintentional — I’ll remove the extra one and send an updated patch