projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405a42c
)
[IRDA]: fixup type of ->lsap_state
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 22 May 2006 23:54:30 +0000
(16:54 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 May 2006 23:54:30 +0000
(16:54 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/irda/irlmp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/irda/irlmp.h
b/include/net/irda/irlmp.h
index 86aefb1fda5e0bba0f24210eb9864b63801fe913..c0c895d379ba1b10ed5a7b39e8c4da3405aea23e 100644
(file)
--- a/
include/net/irda/irlmp.h
+++ b/
include/net/irda/irlmp.h
@@
-112,7
+112,7
@@
struct lsap_cb {
struct timer_list watchdog_timer;
-
IRLMP_STATE
lsap_state; /* Connection state */
+
LSAP_STATE
lsap_state; /* Connection state */
notify_t notify; /* Indication/Confirm entry points */
struct qos_info qos; /* QoS for this connection */