Skip to content

Commit

Permalink
const_structs.checkpatch: add phy_ops
Browse files Browse the repository at this point in the history
All usages of phy_ops in include/linux uses const phy_ops * and all
instances of phy_ops in the kernel that are not const already can be made
const (patches have been posted for those separately).

Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Rikard Falkeborn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Cc: Kishon Vijay Abraham I <[email protected]>
Cc: Vinod Koul <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rikardfalkeborn authored and torvalds committed Oct 16, 2020
1 parent 40873ab commit ed4761f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/const_structs.checkpatch
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ nlmsvc_binding
nvkm_device_chip
of_device_id
pci_raw_ops
phy_ops
pipe_buf_operations
platform_hibernation_ops
platform_suspend_ops
Expand Down

0 comments on commit ed4761f

Please sign in to comment.