[PATCH] staging:typec:tcpm.c: Fixed check by adding comment after spinlock_t definition

From: harsha
Date: Fri Aug 25 2017 - 13:55:49 EST


Signed-off-by: harsha <harshasharmaiitr@xxxxxxxxx>
---
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