From: Alexey Dobriyan Date: Mon, 22 May 2006 23:54:30 +0000 (-0700) Subject: [IRDA]: fixup type of ->lsap_state X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f5565f4a90bdfea99e4bcd8411ff5272ebdbdbf8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [IRDA]: fixup type of ->lsap_state Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- diff --git a/include/net/irda/irlmp.h b/include/net/irda/irlmp.h index 86aefb1fda5e..c0c895d379ba 100644 --- 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 */