[PATCH 09/15] staging: vt6655: remove filename from dpc.c
From: Lucas Henneman <hidden>
Date: 2021-07-23 14:45:02
Subsystem:
staging subsystem, the rest · Maintainers:
Greg Kroah-Hartman, Linus Torvalds
From: Lucas Henneman <hidden>
Date: 2021-07-23 14:45:02
Subsystem:
staging subsystem, the rest · Maintainers:
Greg Kroah-Hartman, Linus Torvalds
This patch resolves checkpatch's warning, "It's generally not useful to have the filename in the file" for dpc.c. Signed-off-by: Lucas Henneman <redacted> --- drivers/staging/vt6655/dpc.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/staging/vt6655/dpc.c b/drivers/staging/vt6655/dpc.c
index 52214a30e9b6..2d06cecc0307 100644
--- a/drivers/staging/vt6655/dpc.c
+++ b/drivers/staging/vt6655/dpc.c@@ -3,8 +3,6 @@ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * - * File: dpc.c - * * Purpose: handle dpc rx functions * * Author: Lyndon Chen
--
2.25.1