Re: [PATCH] Staging: vt6655: Replace a camel case variable name

2021-02-10 Thread Yujia Qiao
On Thursday, 11 February 2021 14:46:45 CST Aakash Hemadri wrote: > When I first encountered the CamelCase check I believed that > making such changes would only cause trouble for others. > > Are such changes to API welcome in the kernel? I think it's not about changing the API here. A static vari

[PATCH] Staging: vt6655: Replace a camel case variable name

2021-02-10 Thread Yujia Qiao
Replace camel case variable names with snake case in baseband.c. Signed-off-by: Yujia Qiao --- So I screwed up last two emails too. One with no subject and one with the wrong commit message. This times...I hope it's the last email for this patch. Sorry for the bother again. drivers/st

[PATCH] Fix the naming of one variable

2021-02-10 Thread Yujia Qiao
CamelCase should be avoided for variable naming. Signed-off-by: Yujia Qiao --- drivers/staging/vt6655/baseband.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 6b25d75d2501..1aa675241599 100644

[no subject]

2021-02-10 Thread Yujia Qiao
Sorry for the bother. Last patch was word-wrapped and thus broken. I hope this time I've done things right. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] Staging: vt6655: Replace a camel case variable name

2021-02-10 Thread Yujia Qiao
Replace camel case variable names with snake case in baseband.c. Signed-off-by: Yujia Qiao --- drivers/staging/vt6655/baseband.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/ baseband.c index 6b25d75d2501