diff options
| author | Philipp Matthias Hahn <pmhahn@pmhahn.de> | 2026-04-20 16:54:43 +0300 |
|---|---|---|
| committer | Hans Verkuil <hverkuil+cisco@kernel.org> | 2026-05-05 17:57:03 +0300 |
| commit | 62a08bc8916ef36fddd5e4069df381f6379bbecb (patch) | |
| tree | 89ddb66821cda8ef0d0c7e32904d9b9ac93d3089 | |
| parent | 033ff0420e4c9c240ae5523fff39770298efa964 (diff) | |
| download | linux-62a08bc8916ef36fddd5e4069df381f6379bbecb.tar.xz | |
media: gspca: Fix comment in sd_init()
Fix spelling mistake of{ -> f}.
Signed-off-by: Philipp Matthias Hahn <pmhahn@pmhahn.de>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
| -rw-r--r-- | drivers/media/usb/gspca/sonixb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/gspca/sonixb.c b/drivers/media/usb/gspca/sonixb.c index 4d655e2da9cb..f251a886024f 100644 --- a/drivers/media/usb/gspca/sonixb.c +++ b/drivers/media/usb/gspca/sonixb.c @@ -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); |
