[PATCH v2] media: gspca: Fix comment in sd_init()

Philipp Matthias Hahn posted 1 patch 1 month, 4 weeks ago
There is a newer version of this series
drivers/media/usb/gspca/sonixb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] media: gspca: Fix comment in sd_init()
Posted by Philipp Matthias Hahn 1 month, 4 weeks ago
Fix spelling mistake of{ -> f}.

Signed-off-by: Philipp Matthias Hahn <pmhahn@pmhahn.de>
---
 drivers/media/usb/gspca/sonixb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/usb/gspca/sonixb.c b/drivers/media/usb/gspca/sonixb.c
index d1c7868b4a6b..f373b5734d83 100644
--- a/drivers/media/usb/gspca/sonixb.c
+++ b/drivers/media/usb/gspca/sonixb.c
@@ -946,7 +946,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
 /* this function is called at probe and resume time */
 static int sd_init(struct gspca_dev *gspca_dev)
 {
-	const __u8 stop = 0x09; /* Disable stream turn of LED */
+	const __u8 stop = 0x09; /* Disable stream, turn off LED */
 
 	reg_w(gspca_dev, 0x01, &stop, 1);
 
-- 
2.47.3