Re: [PATCH net-next] crypto/chtls: Fix compile error when CONFIG_IPV6 is disabled

2020-06-03 Thread kernel test robot
Hi Vinay, I love your patch! Perhaps something to improve: [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Vinay-Kumar-Yadav/crypto-chtls-Fix-compile-error-when-CONFIG_IPV6-is-disabled/20200603-184315 base: https://git.kernel.org/pub/scm/linux/ker

Re: [PATCH net-next] crypto/chtls: Fix compile error when CONFIG_IPV6 is disabled

2020-06-03 Thread David Miller
From: Vinay Kumar Yadav Date: Wed, 3 Jun 2020 16:03:17 +0530 > @@ -102,19 +100,24 @@ static struct net_device *chtls_find_netdev(struct > chtls_dev *cdev, > return ndev; > ndev = ip_dev_find(&init_net, inet_sk(sk)->inet_rcv_saddr); > break; > +#

Re: [PATCH net-next] crypto/chtls: Fix compile error when CONFIG_IPV6 is disabled

2020-06-03 Thread kernel test robot
Hi Vinay, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Vinay-Kumar-Yadav/crypto-chtls-Fix-compile-error-when-CONFIG_IPV6-is-disabled/20200603-184315 base: https://git.kernel.org/pub/scm/linux/kernel/gi

Re: [PATCH net-next] crypto/chtls: Fix compile error when CONFIG_IPV6 is disabled

2020-06-03 Thread kernel test robot
Hi Vinay, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Vinay-Kumar-Yadav/crypto-chtls-Fix-compile-error-when-CONFIG_IPV6-is-disabled/20200603-184315 base: https://git.kernel.org/pub/scm/linux/kernel/gi

[PATCH net-next] crypto/chtls: Fix compile error when CONFIG_IPV6 is disabled

2020-06-03 Thread Vinay Kumar Yadav
Fix compile error when CONFIG_IPV6 is disabled and inconsistent indenting. Fixes: 6abde0b24122 ("crypto/chtls: IPv6 support for inline TLS") Signed-off-by: Vinay Kumar Yadav --- drivers/crypto/chelsio/chtls/chtls_cm.c | 40 +-- drivers/crypto/chelsio/chtls/chtls_main.c | 2