diff options
author | 2024-08-26 10:46:16 +0300 | |
---|---|---|
committer | 2025-01-03 11:50:07 +0200 | |
commit | 939ae02b2a90d7a7e2b9bdb2711e884c7042f20e (patch) | |
tree | 4cbef09e701c6da211dd9d571dfb56460bd285dc | |
parent | thunderbolt: debugfs: Add write capability to path config space (diff) | |
download | wireguard-linux-939ae02b2a90d7a7e2b9bdb2711e884c7042f20e.tar.xz wireguard-linux-939ae02b2a90d7a7e2b9bdb2711e884c7042f20e.zip |
thunderbolt: Drop doubled empty line from ctl.h
No functional changes.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/thunderbolt/ctl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thunderbolt/ctl.h b/drivers/thunderbolt/ctl.h index bf930a191472..7e08ca8f0895 100644 --- a/drivers/thunderbolt/ctl.h +++ b/drivers/thunderbolt/ctl.h @@ -140,5 +140,4 @@ int tb_cfg_write(struct tb_ctl *ctl, const void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length); int tb_cfg_get_upstream_port(struct tb_ctl *ctl, u64 route); - #endif |