public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 1/4] staging: greybus: added comment to mutex declaration in fw-management.c
@ 2026-02-04 18:30 Rachit Dhar
  2026-02-07 13:38 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Rachit Dhar @ 2026-02-04 18:30 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Johan Hovold, Alex Elder, Greg Kroah-Hartman, greybus-dev,
	linux-staging, linux-kernel, Rachit Dhar

Added comment to mutex declaration, to resolve a checkpatch.pl check.

Signed-off-by: Rachit Dhar <rchtdhr@gmail.com>
---
 drivers/staging/greybus/fw-management.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/fw-management.c b/drivers/staging/greybus/fw-management.c
index 152949c23d65..07a0e6b63cf3 100644
--- a/drivers/staging/greybus/fw-management.c
+++ b/drivers/staging/greybus/fw-management.c
@@ -28,7 +28,7 @@ struct fw_mgmt {
 
 	/* Common id-map for interface and backend firmware requests */
 	struct ida		id_map;
-	struct mutex		mutex;
+	struct mutex		mutex; /* protects fw_mgmt->disabled, and serializes ioctl */
 	struct completion	completion;
 	struct cdev		cdev;
 	struct device		*class_device;
-- 
2.43.0


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

end of thread, other threads:[~2026-02-16  4:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 18:30 [PATCH v3 1/4] staging: greybus: added comment to mutex declaration in fw-management.c Rachit Dhar
2026-02-07 13:38 ` Greg Kroah-Hartman
2026-02-16  4:52   ` Rachit Dhar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox