All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Add comment for struct mutex definition.
@ 2017-02-28 18:21 Tamara Diaconita
  2017-02-28 18:27 ` [Outreachy kernel] " Julia Lawall
  2017-02-28 18:32 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Tamara Diaconita @ 2017-02-28 18:21 UTC (permalink / raw)
  To: mchehab, outreachy-kernel, gregkh; +Cc: Tamara Diaconita

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
---
 drivers/staging/media/cxd2099/cxd2099.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c
index c72c3f0..f88690b 100644
--- a/drivers/staging/media/cxd2099/cxd2099.c
+++ b/drivers/staging/media/cxd2099/cxd2099.c
@@ -54,7 +54,7 @@ struct cxd {
 	int    amem_read;
 
 	int    cammode;
-	struct mutex lock;
+	struct mutex lock;/*lock for digital devices*/
 };
 
 static int i2c_write_reg(struct i2c_adapter *adapter, u8 adr,
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-28 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28 18:21 [PATCH 1/5] Add comment for struct mutex definition Tamara Diaconita
2017-02-28 18:27 ` [Outreachy kernel] " Julia Lawall
2017-02-28 18:32 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.