mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[IRDA]: fixup type of ->lsap_state
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
405a42c5c8
commit
f5565f4a90
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue