]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: vt6655: Remove filenames in files
authorAldas Taraškevičius <aldas60@gmail.com>
Sat, 28 Aug 2021 07:21:19 +0000 (10:21 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 28 Aug 2021 07:45:10 +0000 (09:45 +0200)
Fix checkpatch warnings about having filenames in the files.

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
Link: https://lore.kernel.org/r/20210828072119.1395-1-aldas60@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/desc.h
drivers/staging/vt6655/device.h
drivers/staging/vt6655/power.c
drivers/staging/vt6655/power.h
drivers/staging/vt6655/rf.c
drivers/staging/vt6655/rf.h
drivers/staging/vt6655/rxtx.c
drivers/staging/vt6655/rxtx.h
drivers/staging/vt6655/srom.c
drivers/staging/vt6655/srom.h
drivers/staging/vt6655/tmacro.h

index d4572847b08aa96d21f6f3120c615ce16798b687..17a40c53b8ffd0c336990d9a9b3c6890148352ec 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: desc.h
- *
  * Purpose:The header file of descriptor
  *
  * Revision History:
index 29f354ced5635ea601ac11a485d703419646afef..2af769174e332149a9dd91dd1f1518e3d224fc8d 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: device.h
- *
  * Purpose: MAC Data structure
  *
  * Author: Tevin Chen
index 6b0407694e5472923a2aa4f09ba4a99e1063516b..aac021e983d1897bec4205fe6c5f4d62935d779b 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: power.c
- *
  * Purpose: Handles 802.11 power management  functions
  *
  * Author: Lyndon Chen
index d1736c1cbfa8b11143b04fa8b7ad4c579cc7f8ca..060516f81f5bbd14e8f7a013b7b1bf602a14ffca 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: power.h
- *
  * Purpose: Handles 802.11 power management  functions
  *
  * Author: Lyndon Chen
index 747d79265a7c482a9f084c40d64ea539ae8ab2f2..0dae593c6944fc8ffd5747e2b630fe2b05fbd8f4 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: rf.c
- *
  * Purpose: rf function code
  *
  * Author: Jerry Chen
index affb70eba10fb88dfa8d2b233898cf52c18f7bc8..d499aed45c9f6e8faf3e4c79ab2378abd23c8a3e 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: rf.h
- *
  * Purpose:
  *
  * Author: Jerry Chen
index ff452067a6177c7531c65a0783a68e5fbfb85005..5395c3a3e35a81f8ddfd0eaacd2bfc8d02a6fd33 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: rxtx.c
- *
  * Purpose: handle WMAC/802.3/802.11 rx & tx functions
  *
  * Author: Lyndon Chen
index c3c2c156688282aa2bcaac8abde308fa38498c23..a67757c9bb5ca225bfe950f41e7cf65332c8fe53 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: rxtx.h
- *
  * Purpose:
  *
  * Author: Jerry Chen
index df57d120ed30eb508686ed4970224914b72366e9..5cdbc24e8c45bf8dba4937ac8a1fdea638ad99d2 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: srom.c
- *
  * Purpose:Implement functions to access eeprom
  *
  * Author: Jerry Chen
index d8aad3ff5f46d87a58540465d400654c04426981..b03073ffa18a2e07776b127ef91f2f1e94d64e56 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: srom.h
- *
  * Purpose: Implement functions to access eeprom
  *
  * Author: Jerry Chen
index 8f4699f0d1f4abde66660245edf2f35df50747ba..1582c03124c952f38cf18acf58697fc374cfb868 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
- * File: tmacro.h
- *
  * Purpose: define basic common types and macros
  *
  * Author: Tevin Chen