Re: [PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block

2025-06-09 Thread Shuah
On 6/6/25 16:39, Abdelrahman Fekry wrote: So, this is an updated version following the right way of writing change logs while making sure the signed-off-by mismatch is fixed. The above doesn't belong in the change log The test file for the IR decoder used single-line comments at the top to d

[PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block

2025-06-06 Thread Abdelrahman Fekry
So, this is an updated version following the right way of writing change logs while making sure the signed-off-by mismatch is fixed. The test file for the IR decoder used single-line comments at the top to document its purpose and licensing, which is inconsistent with the style used throughout the

[PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block

2025-06-03 Thread Abdelrahman Fekry
well, i checked the script using checkpatch.pl and it shows that the patch has no warnings or errors and its ready to be sent v2: - fixed multiple trailing whitespace errors and - the Signed-off-by mismatch The test file for the IR decoder used single-line comments at the top to document its purp

[PATCH v2] selftests: ir_decoder: Convert header comment to proper multi-line block

2025-05-22 Thread Abdelrahman Fekry
v2- fixed multiple trailing whitespace errors and the Signed-off-by mismatch The test file for the IR decoder used single-line comments at the top to document its purpose and licensing, which is inconsistent with the style used throughout the Linux kernel. In this patch i converted the file heade