From 51f42c766563061d935d5921f3c660bde45a60d1 Mon Sep 17 00:00:00 2001 From: Lucas Henneman Date: Fri, 23 Jul 2021 10:43:28 -0400 Subject: [PATCH] staging: vt6655: remove filename from card.c This patch resolves checkpatch's warning, "It's generally not useful to have the filename in the file" for card.c. Signed-off-by: Lucas Henneman Link: https://lore.kernel.org/r/20210723144340.15787-3-lucas.henneman@linaro.org Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/card.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c index 2908618..3ef3a6e 100644 --- a/drivers/staging/vt6655/card.c +++ b/drivers/staging/vt6655/card.c @@ -3,7 +3,6 @@ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * - * File: card.c * Purpose: Provide functions to setup NIC operation mode * Functions: * s_vSafeResetTx - Rest Tx -- 2.7.4