From 82bcc3174af2472c10d9feeef8ceea32d54d9ef3 Mon Sep 17 00:00:00 2001 From: Lucas Henneman Date: Fri, 23 Jul 2021 10:43:35 -0400 Subject: [PATCH] staging: vt6655: remove filename from dpc.h This patch resolves checkpatch's warning, "It's generally not useful to have the filename in the file" for dpc.h. Signed-off-by: Lucas Henneman Link: https://lore.kernel.org/r/20210723144340.15787-10-lucas.henneman@linaro.org Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/dpc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/vt6655/dpc.h b/drivers/staging/vt6655/dpc.h index eac67794cc49..40364c0ab7f6 100644 --- a/drivers/staging/vt6655/dpc.h +++ b/drivers/staging/vt6655/dpc.h @@ -3,8 +3,6 @@ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * - * File: dpc.h - * * Purpose: * * Author: Jerry Chen -- 2.25.1