diff mbox series

[6/9] net: Transfer tabs to spcaes

Message ID 20201222082340.67405-7-zhanghan64@huawei.com
State New
Headers show
Series Fix some style problems in net | expand

Commit Message

zhanghan (J) Dec. 22, 2020, 8:23 a.m. UTC
Code indent use spaces instead of tabs.

Signed-off-by: Zhang Han <zhanghan64@huawei.com>
---
 net/tap-linux.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Philippe Mathieu-Daudé Jan. 14, 2021, 11:34 a.m. UTC | #1
On 12/22/20 9:23 AM, Zhang Han wrote:
> Code indent use spaces instead of tabs.
> 
> Signed-off-by: Zhang Han <zhanghan64@huawei.com>
> ---
>  net/tap-linux.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

FWIW typo "spaces" in subject (no need to repost).
diff mbox series

Patch

diff --git a/net/tap-linux.h b/net/tap-linux.h
index 2f36d100fc..db72960c19 100644
--- a/net/tap-linux.h
+++ b/net/tap-linux.h
@@ -44,10 +44,10 @@ 
 #define IFF_DETACH_QUEUE 0x0400
 
 /* Features for GSO (TUNSETOFFLOAD). */
-#define TUN_F_CSUM	0x01	/* You can hand me unchecksummed packets. */
-#define TUN_F_TSO4	0x02	/* I can handle TSO for IPv4 packets */
-#define TUN_F_TSO6	0x04	/* I can handle TSO for IPv6 packets */
-#define TUN_F_TSO_ECN	0x08	/* I can handle TSO with ECN bits. */
-#define TUN_F_UFO	0x10	/* I can handle UFO packets */
+#define TUN_F_CSUM      0x01    /* You can hand me unchecksummed packets. */
+#define TUN_F_TSO4      0x02    /* I can handle TSO for IPv4 packets */
+#define TUN_F_TSO6      0x04    /* I can handle TSO for IPv6 packets */
+#define TUN_F_TSO_ECN   0x08    /* I can handle TSO with ECN bits. */
+#define TUN_F_UFO       0x10    /* I can handle UFO packets */
 
 #endif /* QEMU_TAP_LINUX_H */