[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <A5C926E6-EC4B-412D-AF03-D31A46A385A0@holtmann.org>
Date: Thu, 15 Aug 2019 08:47:27 +0200
From: Marcel Holtmann <marcel@...tmann.org>
To: Nishka Dasgupta <nishkadg.linux@...il.com>
Cc: Johan Hedberg <johan.hedberg@...il.com>,
linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Bluetooth: hci_qca: Make structure qca_proto constant
Hi Nishka,
> Static structure qca_proto, of type hci_uart_proto, is used four times:
> as the last argument in function hci_uart_register_device(), and as the
> only argument to functions hci_uart_register_proto() and
> hci_uart_unregister_proto(). In all three of these functions, the
> parameter corresponding to qca_proto is declared as constant. Therefore,
> make qca_proto itself constant as well in order to protect it from
> unintended modification.
> Issue found with Coccinelle.
>
> Signed-off-by: Nishka Dasgupta <nishkadg.linux@...il.com>
> ---
> drivers/bluetooth/hci_qca.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
patch has been applied to bluetooth-next tree.
Regards
Marcel
Powered by blists - more mailing lists