]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: gspca: Fix comment in sd_init()
authorPhilipp Matthias Hahn <pmhahn@pmhahn.de>
Mon, 20 Apr 2026 13:54:43 +0000 (15:54 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 5 May 2026 14:57:03 +0000 (16:57 +0200)
Fix spelling mistake of{ -> f}.

Signed-off-by: Philipp Matthias Hahn <pmhahn@pmhahn.de>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/usb/gspca/sonixb.c

index 4d655e2da9cba50f4e4078b861f8a958b2b2cb8d..f251a886024f88f810d781b345492e71f4c8ab06 100644 (file)
@@ -943,7 +943,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);