aboutsummaryrefslogtreecommitdiff
path: root/net/llc/llc_s_st.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-02-09 23:25:01 +0900
committerDavid S. Miller <davem@sunset.davemloft.net>2007-02-10 23:19:53 -0800
commitd57b1869b231c56de441db35c647879d51c5d29e (patch)
tree1558799389190b330d87db2fc917a6d65f726d80 /net/llc/llc_s_st.c
parent56d6c3d7a7963ee2a480232e5ef6a2f31635e80e (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/llc_s_st.c b/net/llc/llc_s_st.c
index 6a43201aa32..135f7d80069 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] = {
[LLC_SAP_STATE_INACTIVE - 1] = {
.curr_state = LLC_SAP_STATE_INACTIVE,
.transitions = llc_sap_inactive_state_transitions,
- },
+ },
[LLC_SAP_STATE_ACTIVE - 1] = {
.curr_state = LLC_SAP_STATE_ACTIVE,
.transitions = llc_sap_active_state_transitions,