qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Zhang Han <zhanghan64@huawei.com>
To: <jasowang@redhat.com>
Cc: alex.chen@huawei.com, hunongda@huawei.com,
	qemu-trivial@nongnu.org, hang.zhanghailiang@huawei.com,
	qemu-devel@nongnu.org
Subject: [PATCH 6/9] net: Transfer tabs to spcaes
Date: Tue, 22 Dec 2020 16:23:37 +0800	[thread overview]
Message-ID: <20201222082340.67405-7-zhanghan64@huawei.com> (raw)
In-Reply-To: <20201222082340.67405-1-zhanghan64@huawei.com>

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(-)

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 */
-- 
2.29.1.59.gf9b6481aed



  parent reply	other threads:[~2020-12-22 14:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-22  8:23 [PATCH 0/9] Fix some style problems in net Zhang Han
2020-12-22  8:23 ` [PATCH 1/9] net: Add spaces around operator/delete redundant spaces Zhang Han
2020-12-22  8:23 ` [PATCH 2/9] net: Add braces for statements/fix braces' position Zhang Han
2020-12-22  8:23 ` [PATCH 3/9] net: Transfer // comments to /**/ Zhang Han
2020-12-22  8:23 ` [PATCH 4/9] net: Transfer "foo* " to "foo *" Zhang Han
2020-12-22  8:23 ` [PATCH 5/9] net: Fix lines over 90 characters Zhang Han
2020-12-22  8:23 ` Zhang Han [this message]
2021-01-14 11:34   ` [PATCH 6/9] net: Transfer tabs to spcaes Philippe Mathieu-Daudé
2020-12-22  8:23 ` [PATCH 7/9] net: Remove assignment in if condition Zhang Han
2021-01-14 11:35   ` Philippe Mathieu-Daudé
2020-12-22  8:23 ` [PATCH 8/9] net: Remove initialization of static ints Zhang Han
2020-12-22  8:23 ` [PATCH 9/9] net: Fix the indent problems Zhang Han
2020-12-22 17:00 ` [PATCH 0/9] Fix some style problems in net no-reply
2021-01-14  2:34   ` zhanghan (J)
2021-02-01  6:18     ` zhanghan (J)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201222082340.67405-7-zhanghan64@huawei.com \
    --to=zhanghan64@huawei.com \
    --cc=alex.chen@huawei.com \
    --cc=hang.zhanghailiang@huawei.com \
    --cc=hunongda@huawei.com \
    --cc=jasowang@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).