]> git.baikalelectronics.ru Git - kernel.git/commit
net: 6lowpan: remove const from scalars
authorAlexander Aring <aahringo@redhat.com>
Thu, 28 Apr 2022 03:05:32 +0000 (23:05 -0400)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 9 Jun 2022 19:53:28 +0000 (21:53 +0200)
commitc17ecd186b969a380fd34acdefabc614939bda74
tree2a6028b862bfaf599e11078a2dee13c5e41f738f
parent0bfcd406d052e6df36466cd3fb3164d5adc5bcbd
net: 6lowpan: remove const from scalars

The keyword const makes no sense for scalar types inside the lowpan_nhc
structure. Most compilers will ignore it so we remove the keyword from
the scalar types.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Link: https://lore.kernel.org/r/20220428030534.3220410-2-aahringo@redhat.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
net/6lowpan/nhc.h