Messages in this thread Patch in this message |  | | From | harsha <> | Subject | [PATCH] staging:typec:tcpm.c: Fixed check by adding comment after spinlock_t definition | Date | Fri, 25 Aug 2017 23:23:44 +0530 |
| |
Signed-off-by: harsha <harshasharmaiitr@gmail.com> --- drivers/staging/typec/tcpm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/staging/typec/tcpm.c b/drivers/staging/typec/tcpm.c index 9f4a5a5..9ab8d82 100644 --- a/drivers/staging/typec/tcpm.c +++ b/drivers/staging/typec/tcpm.c @@ -217,9 +217,7 @@ struct tcpm_port { unsigned long delayed_runtime; unsigned long delay_ms; - spinlock_t pd_event_lock; /* generic spin-lock for usb typec - * and drivers - */ + spinlock_t pd_event_lock; /* generic spin-lock for usb typec */ u32 pd_events; struct work_struct event_work; -- 1.9.1
|  |