Menu

#2807 build: false checkpatch warnings: struct should normally be const

5.18.04
fixed
None
defect
build
-
minor
False
2018-03-12
2018-03-12
No

"make checkpatch" falsely reports the following warnings:

WARNING: struct  should normally be const

Related

Wiki: ChangeLog-5.18.04

Discussion

  • Anders Widell

    Anders Widell - 2018-03-12
    • status: accepted --> review
     
  • Anders Widell

    Anders Widell - 2018-03-12
    • status: review --> fixed
     
  • Anders Widell

    Anders Widell - 2018-03-12

    commit b323a0be9d7d60f74f8985c9088204099c297396 (HEAD -> develop, origin/develop)
    Author: Anders Widell an..@..com
    Date: Mon Mar 12 14:52:20 2018 +0100

    build: Fix false checkpatch warning about struct should normally be const [#2807]
    
    Fix the following false warning produced by "make checkpatch":
    
    WARNING: struct  should normally be const
    
     

Log in to post a comment.