diff options
author | Lucas Henneman <lucas.henneman@linaro.org> | 2021-07-23 10:43:34 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-27 15:22:15 +0200 |
commit | eee245f5d707f4be2c8592790f15128116a60c3e (patch) | |
tree | b0783ae2590b63c82eb145144f050022f95c61f5 /drivers/staging/vt6655 | |
parent | 0e9e3f6170d633a26c3701eaf6a366ac65a1c4e7 (diff) | |
download | linux-eee245f5d707f4be2c8592790f15128116a60c3e.tar.bz2 |
staging: vt6655: remove filename from dpc.c
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 <lucas.henneman@linaro.org>
Link: https://lore.kernel.org/r/20210723144340.15787-9-lucas.henneman@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r-- | drivers/staging/vt6655/dpc.c | 2 |
1 files changed, 0 insertions, 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 |