diff options
author | Lucas Henneman <lucas.henneman@linaro.org> | 2021-07-23 10:43:39 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-27 15:22:15 +0200 |
commit | ed0b62a568d13c8418a930bb4b36cbfc52f8f39b (patch) | |
tree | 8b8c3ca77efb14a49824adaff0cd4fe86e6e4429 /drivers/staging/vt6655 | |
parent | 290262b9198d9731e285315056ff4c087f6d92d4 (diff) |
staging: vt6655: remove filename from mac.h
This patch resolves checkpatch's warning, "It's generally not useful to
have the filename in the file" for mac.c.
Signed-off-by: Lucas Henneman <lucas.henneman@linaro.org>
Link: https://lore.kernel.org/r/20210723144340.15787-14-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/mac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h index 6e2bd16ef384..9797eddaea01 100644 --- a/drivers/staging/vt6655/mac.h +++ b/drivers/staging/vt6655/mac.h @@ -3,8 +3,6 @@ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * - * File: mac.h - * * Purpose: MAC routines * * Author: Tevin Chen |