[PATCH v15 01/13] counter: 104-quad-8: Describe member 'lock' in 'quad8'

William Breathitt Gray vilhelm.gray at gmail.com
Mon Aug 9 05:37:26 PDT 2021


This adds a kernel-doc comment line describing the 'lock' member of the
'quad8' structure.

Acked-by: Syed Nayyar Waris <syednwaris at gmail.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray at gmail.com>
---
 drivers/counter/104-quad-8.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/counter/104-quad-8.c b/drivers/counter/104-quad-8.c
index 5283ff128c17..0caa60537b14 100644
--- a/drivers/counter/104-quad-8.c
+++ b/drivers/counter/104-quad-8.c
@@ -28,6 +28,7 @@ MODULE_PARM_DESC(base, "ACCES 104-QUAD-8 base addresses");
 
 /**
  * struct quad8 - device private data structure
+ * @lock:		lock to prevent clobbering device states during R/W ops
  * @counter:		instance of the counter_device
  * @fck_prescaler:	array of filter clock prescaler configurations
  * @preset:		array of preset values
-- 
2.32.0




More information about the linux-arm-kernel mailing list