diff options
author | Pranav Athreya <[email protected]> | 2024-01-12 10:22:43 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-01-24 10:18:05 -0800 |
commit | 5b5ea3124488129f63a5ac176707731931673180 (patch) | |
tree | 8a404b746c5ca867b39fcc66ebc607ec130b63c9 | |
parent | 11e922cf62ee8a61e807c6205fce8cce2d0e11eb (diff) |
staging: vt6655: Remove extra blank lines between code blocks
Adhere to Linux kernel coding style.
Reported by checkpatch:
drivers/staging/vt6655/rxtx.h:22: CHECK: Please don't use multiple blank lines
Signed-off-by: Pranav Athreya <[email protected]>
Link: https://lore.kernel.org/r/ZaDFm6XX7HiGWn58@pop-os
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/vt6655/rxtx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/rxtx.h b/drivers/staging/vt6655/rxtx.h index a67757c9bb5c..be1e5180d57b 100644 --- a/drivers/staging/vt6655/rxtx.h +++ b/drivers/staging/vt6655/rxtx.h @@ -19,7 +19,6 @@ #define DEFAULT_MSDU_LIFETIME_RES_64us 8000 /* 64us */ #define DEFAULT_MGN_LIFETIME_RES_64us 125 /* 64us */ - /*--------------------- Export Definitions -------------------------*/ /*--------------------- Export Variables --------------------------*/ |