Re: [PATCH 1/1] Bluetooth: constify seq_operations

2014-06-30 Thread Marcel Holtmann
Hi Fabian, > bt_seq_ops is only used with __seq_open_private as > const struct seq_operations * > > Cc: Marcel Holtmann > Cc: Gustavo Padovan > Cc: linux-blueto...@vger.kernel.org > Signed-off-by: Fabian Frederick > --- > net/bluetooth/af_bluetooth.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH 1/1] Bluetooth: constify seq_operations

2014-06-30 Thread Fabian Frederick
bt_seq_ops is only used with __seq_open_private as const struct seq_operations * Cc: Marcel Holtmann Cc: Gustavo Padovan Cc: linux-blueto...@vger.kernel.org Signed-off-by: Fabian Frederick --- net/bluetooth/af_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/1] Bluetooth: constify seq_operations

2014-06-30 Thread Fabian Frederick
bt_seq_ops is only used with __seq_open_private as const struct seq_operations * Cc: Marcel Holtmann mar...@holtmann.org Cc: Gustavo Padovan gust...@padovan.org Cc: linux-blueto...@vger.kernel.org Signed-off-by: Fabian Frederick f...@skynet.be --- net/bluetooth/af_bluetooth.c | 2 +- 1 file

Re: [PATCH 1/1] Bluetooth: constify seq_operations

2014-06-30 Thread Marcel Holtmann
Hi Fabian, bt_seq_ops is only used with __seq_open_private as const struct seq_operations * Cc: Marcel Holtmann mar...@holtmann.org Cc: Gustavo Padovan gust...@padovan.org Cc: linux-blueto...@vger.kernel.org Signed-off-by: Fabian Frederick f...@skynet.be --- net/bluetooth/af_bluetooth.c