]> Git Repo - linux.git/commit
rtlwifi: rtl818x: constify local structures
authorJulia Lawall <[email protected]>
Sun, 11 Sep 2016 13:06:03 +0000 (15:06 +0200)
committerKalle Valo <[email protected]>
Wed, 14 Sep 2016 17:01:40 +0000 (20:01 +0300)
commitd86e64768859fca82c78e52877ceeba04e25d27a
tree113709c893596e83022803608b028163b43ed97e
parent1dc80798a8caab8b5788da96ab220c91a03d7d29
rtlwifi: rtl818x: constify local structures

For structure types defined in the same file or local header files, find
top-level static structure declarations that have the following
properties:
1. Never reassigned.
2. Address never taken
3. Not passed to a top-level macro call
4. No pointer or array-typed field passed to a function or stored in a
variable.
Declare structures having all of these properties as const.

Done using Coccinelle.
Based on a suggestion by Joe Perches <[email protected]>.

Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192ee/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8723ae/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8723be/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c
This page took 0.054357 seconds and 4 git commands to generate.