mbox series

[net-next,0/2] net/iucv: updates 2020-10-01

Message ID 20201001172127.98541-1-jwi@linux.ibm.com
Headers show
Series net/iucv: updates 2020-10-01 | expand

Message

Julian Wiedmann Oct. 1, 2020, 5:21 p.m. UTC
Hi Dave & Jakub,

please apply the following patch series for iucv to netdev's net-next
tree.

Just two (rare) patches, and both deal with smatch warnings.

Thanks,
Julian

Julian Wiedmann (2):
  net/af_iucv: right-size the uid variable in iucv_sock_bind()
  net/iucv: fix indentation in __iucv_message_receive()

 net/iucv/af_iucv.c | 2 +-
 net/iucv/iucv.c    | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

Comments

David Miller Oct. 3, 2020, 11:51 p.m. UTC | #1
From: Julian Wiedmann <jwi@linux.ibm.com>
Date: Thu,  1 Oct 2020 19:21:25 +0200

> please apply the following patch series for iucv to netdev's net-next
> tree.
> 
> Just two (rare) patches, and both deal with smatch warnings.

Series applied, thanks.