SPDX licencse identifier is missing in header file. Add a SPDX license identifier with correct format. Issue found by checkpatch. Signed-off-by: Sumit Kumar <sumit686215@xxxxxxxxxxx> --- drivers/staging/sm750fb/ddk750.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/sm750fb/ddk750.h b/drivers/staging/sm750fb/ddk750.h index 7340103..482c1c6 100644 --- a/drivers/staging/sm750fb/ddk750.h +++ b/drivers/staging/sm750fb/ddk750.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2007 by Silicon Motion, Inc. (SMI) * -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html