Re: [PATCH 2/7] staging: vt6655: Rename variable iTDUsed
From: Philipp Hortmann
Date: Sat Sep 21 2024 - 10:10:20 EST
On 9/20/24 18:20, Xingquan Liu wrote:
Rename variable iTDUsed to i_td_used to fix checkpatch warning
Avoid CamelCase.
Hi Xingquan,
please do not take the first letter when it is "hungarian notation". On
a first look it seems that the p is for pointer, i is for integer, a is
for array.
If you send in a second version of this patch please use a change
history. Description from Dan under:
https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/
Thanks for your support.
Bye Philipp