Thread (2 messages) flat view 2 messages, 2 authors, 2019-08-15

Re: [PATCH] Bluetooth: 6lowpan: Make variable header_ops constant

From: Marcel Holtmann <marcel@holtmann.org>
Date: 2019-08-15 06:46:31
Also in: lkml, netdev

Hi Nishka,
Static variable header_ops, of type header_ops, is used only once, when
it is assigned to field header_ops of a variable having type net_device.
This corresponding field is declared as const in the definition of
net_device. Hence make header_ops constant as well to protect it from
unnecessary modification.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <redacted>
---
net/bluetooth/6lowpan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
patch has been applied to bluetooth-next tree.

Regards

Marcel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help