outreachy.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* Suggestions on CHECK avoiding camel case
@ 2023-03-27 21:47 Khadija Kamran
  2023-03-28 18:02 ` Deepak R Varma
  0 siblings, 1 reply; 3+ messages in thread
From: Khadija Kamran @ 2023-03-27 21:47 UTC (permalink / raw)
  To: outreachy

Dear Outreachy Mentors,

I am working on the folowing check reported by checkpatch.pl:

CHECK: Avoid CamelCase: <dot11RSNAStatsCCMPFormatErrors>
#37: FILE: drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:37:
+       u32 dot11RSNAStatsCCMPFormatErrors;

CHECK: Avoid CamelCase: <dot11RSNAStatsCCMPReplays>
#38: FILE: drivers/staging/rtl8192e/rtllib_crypt_ccmp.c:38:
+       u32 dot11RSNAStatsCCMPReplays;

Such issues are reported by checkpatch in other files in
drivers/staging/ modules as well.

Should I change the varible names here or should I leave it as is?

Kindly guide me with this.

Thank you for your time.

Regards,
Khadija


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-28 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 21:47 Suggestions on CHECK avoiding camel case Khadija Kamran
2023-03-28 18:02 ` Deepak R Varma
2023-03-28 19:34   ` Khadija Kamran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).