From: Rohit Maheshwari <roh...@chelsio.com>
Date: Thu, 10 Sep 2020 19:51:47 +0530

> This patch moves complete nic tls offload (kTLS) code from crypto
> directory to drivers/net/ethernet/chelsio/inline_crypto/ch_ktls
> directory. nic TLS is made a separate ULD of cxgb4.
> 
> Signed-off-by: Rohit Maheshwari <roh...@chelsio.com>

Applied, but...

> diff --git a/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile 
> b/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile
> new file mode 100644
> index 000000000000..aee3ee884799
> --- /dev/null
> +++ b/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/Makefile
> @@ -0,0 +1,7 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +ccflags-y := -I $(srctree)/drivers/net/ethernet/chelsio/cxgb4
> +
> +obj-$(CONFIG_CHELSIO_TLS_DEVICE) += ch_ktls.o
> +ch_ktls-objs := chcr_ktls.o
> +
> +

Please avoid empty trailing lines in files.

Reply via email to