diff options
author | Peng Li <lipeng321@huawei.com> | 2021-05-28 02:12:45 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-05-28 23:08:11 +0200 |
commit | 683b54bb468fdae45659cbd082267053d32865ba (patch) | |
tree | 0d709a6678e30f9636deffe5b63808ae1c5ed60b /drivers/net/wan/hdlc_fr.c | |
parent | net: hdlc_fr: move out assignment in if condition (diff) | |
download | linux-683b54bb468fdae45659cbd082267053d32865ba.tar.xz linux-683b54bb468fdae45659cbd082267053d32865ba.zip |
net: hdlc_fr: code indent use tabs where possible
Code indent should use tabs where possible.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/wan/hdlc_fr.c')
-rw-r--r-- | drivers/net/wan/hdlc_fr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wan/hdlc_fr.c b/drivers/net/wan/hdlc_fr.c index a39e5082c20f..fa10eea88fbc 100644 --- a/drivers/net/wan/hdlc_fr.c +++ b/drivers/net/wan/hdlc_fr.c @@ -6,16 +6,16 @@ * Copyright (C) 1999 - 2006 Krzysztof Halasa <khc@pm.waw.pl> * - Theory of PVC state + Theory of PVC state DCE mode: (exist,new) -> 0,0 when "PVC create" or if "link unreliable" - 0,x -> 1,1 if "link reliable" when sending FULL STATUS - 1,1 -> 1,0 if received FULL STATUS ACK + 0,x -> 1,1 if "link reliable" when sending FULL STATUS + 1,1 -> 1,0 if received FULL STATUS ACK (active) -> 0 when "ifconfig PVC down" or "link unreliable" or "PVC create" - -> 1 when "PVC up" and (exist,new) = 1,0 + -> 1 when "PVC up" and (exist,new) = 1,0 DTE mode: (exist,new,active) = FULL STATUS if "link reliable" |