On 11/3/2021 1:57 PM, Vijay Srivastava wrote:
diff --git a/drivers/vdpa/sfc/sfc_vdpa.c b/drivers/vdpa/sfc/sfc_vdpa.c new file mode 100644 index 0000000..f087944 --- /dev/null +++ b/drivers/vdpa/sfc/sfc_vdpa.c @@ -0,0 +1,282 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * + * Copyright(c) 2020-2021 Xilinx, Inc. + */ +
Only sfc has that blank line between SPDX tag and Copyright, is it intentional? +Hemant, not sure if we enforce any specific syntax? If there is no specific reason, I think better to have common syntax, that helps to scripts etc.. It may be noise to update existing code, but we can fix it in new code.