diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:25:01 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:19:53 -0500 |
commit | d57b1869b231c56de441db35c647879d51c5d29e (patch) | |
tree | 1558799389190b330d87db2fc917a6d65f726d80 /net/llc/llc_s_st.c | |
parent | 56d6c3d7a7963ee2a480232e5ef6a2f31635e80e (diff) |
[NET] LLC: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc/llc_s_st.c')
-rw-r--r-- | net/llc/llc_s_st.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/llc_s_st.c b/net/llc/llc_s_st.c index 6a43201aa32e..135f7d80069e 100644 --- a/net/llc/llc_s_st.c +++ b/net/llc/llc_s_st.c | |||
@@ -175,7 +175,7 @@ struct llc_sap_state llc_sap_state_table[LLC_NR_SAP_STATES] = { | |||
175 | [LLC_SAP_STATE_INACTIVE - 1] = { | 175 | [LLC_SAP_STATE_INACTIVE - 1] = { |
176 | .curr_state = LLC_SAP_STATE_INACTIVE, | 176 | .curr_state = LLC_SAP_STATE_INACTIVE, |
177 | .transitions = llc_sap_inactive_state_transitions, | 177 | .transitions = llc_sap_inactive_state_transitions, |
178 | }, | 178 | }, |
179 | [LLC_SAP_STATE_ACTIVE - 1] = { | 179 | [LLC_SAP_STATE_ACTIVE - 1] = { |
180 | .curr_state = LLC_SAP_STATE_ACTIVE, | 180 | .curr_state = LLC_SAP_STATE_ACTIVE, |
181 | .transitions = llc_sap_active_state_transitions, | 181 | .transitions = llc_sap_active_state_transitions, |