]> Git Repo - linux.git/commitdiff
counter: 104-quad-8: Describe member 'lock' in 'quad8'
authorWilliam Breathitt Gray <[email protected]>
Mon, 9 Aug 2021 12:37:26 +0000 (21:37 +0900)
committerJonathan Cameron <[email protected]>
Mon, 9 Aug 2021 19:24:38 +0000 (20:24 +0100)
This adds a kernel-doc comment line describing the 'lock' member of the
'quad8' structure.

Acked-by: Syed Nayyar Waris <[email protected]>
Signed-off-by: William Breathitt Gray <[email protected]>
Link: https://lore.kernel.org/r/43b4acab9e238638c7067dd4a363a42f94c94ccb.1628511445.git.vilhelm.gray@gmail.com
Signed-off-by: Jonathan Cameron <[email protected]>
drivers/counter/104-quad-8.c

index 5283ff128c171958054e7abde5ff40b5c5b525fb..0caa60537b1428e2827ccebb4716c876a8f20c9d 100644 (file)
@@ -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
This page took 0.054751 seconds and 4 git commands to generate.