Re: [PATCH 06/16] tty: remove file from n_tty_ioctl_helper

From: Krzysztof Kozlowski
Date: Tue Sep 14 2021 - 05:15:29 EST


On 14/09/2021 11:11, Jiri Slaby wrote:
> After the previous patch, there are no users of 'file' in
> n_tty_ioctl_helper. So remove it also from there.
>
> Signed-off-by: Jiri Slaby <jslaby@xxxxxxx>
> Cc: Marcel Holtmann <marcel@xxxxxxxxxxxx>
> Cc: Johan Hedberg <johan.hedberg@xxxxxxxxx>
> Cc: Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx>
> Cc: Paul Mackerras <paulus@xxxxxxxxx>
> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
> Cc: Jakub Kicinski <kuba@xxxxxxxxxx>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
> ---
> drivers/bluetooth/hci_ldisc.c | 2 +-
> drivers/net/ppp/ppp_async.c | 2 +-
> drivers/net/ppp/ppp_synctty.c | 2 +-
> drivers/tty/n_gsm.c | 2 +-
> drivers/tty/n_hdlc.c | 2 +-
> drivers/tty/n_tty.c | 2 +-
> drivers/tty/tty_ioctl.c | 4 ++--
> include/linux/tty.h | 4 ++--
> net/nfc/nci/uart.c | 2 +-
> 9 files changed, 11 insertions(+), 11 deletions(-)
>

For NFC:
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>


Best regards,
Krzysztof