Commit a597111a authored by Hui Tang's avatar Hui Tang Committed by David S. Miller

net: fddi: skfp: remove leading spaces before tabs

There are a few leading spaces before tabs and remove it by running
the following commard:

    $ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'

Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarHui Tang <tanghui20@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d1542f85
...@@ -379,17 +379,17 @@ static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhe ...@@ -379,17 +379,17 @@ static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhe
* if the payload is greater than zero. * if the payload is greater than zero.
* For the SBAPayload and the SBAOverhead we have the following * For the SBAPayload and the SBAOverhead we have the following
* unite quations * unite quations
* _ _ * _ _
* | bytes | * | bytes |
* SBAPayload = | 8000 ------ | * SBAPayload = | 8000 ------ |
* | s | * | s |
* - - * - -
* _ _ * _ _
* | bytes | * | bytes |
* SBAOverhead = | ------ | * SBAOverhead = | ------ |
* | T-NEG | * | T-NEG |
* - - * - -
* *
* T-NEG is described by the equation: * T-NEG is described by the equation:
* *
* (-) fddiMACT-NEG * (-) fddiMACT-NEG
......
...@@ -1025,7 +1025,7 @@ struct tx_queue { ...@@ -1025,7 +1025,7 @@ struct tx_queue {
#define PLC_QELM_A_BIST 0x5b6b /* BIST signature of QELM Rev. A */ #define PLC_QELM_A_BIST 0x5b6b /* BIST signature of QELM Rev. A */
/* /*
FDDI board recources FDDI board recources
*/ */
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment