From ec32e0776f43f0965be2c9c6195d2871d129509f Mon Sep 17 00:00:00 2001 From: Lucas Henneman Date: Fri, 23 Jul 2021 10:43:30 -0400 Subject: staging: vt6655: remove filename from channel.c This patch resolves checkpatch's warning, "It's generally not useful to have the filename in the file" for channel.c. Signed-off-by: Lucas Henneman Link: https://lore.kernel.org/r/20210723144340.15787-5-lucas.henneman@linaro.org Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6655/channel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/vt6655/channel.c b/drivers/staging/vt6655/channel.c index cf46ee63681a..52b6538a201a 100644 --- a/drivers/staging/vt6655/channel.c +++ b/drivers/staging/vt6655/channel.c @@ -3,8 +3,6 @@ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * - * File: channel.c - * */ #include "baseband.h" -- cgit v1.2.3