summaryrefslogtreecommitdiff
path: root/drivers/media/usb/gspca/t613.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-01-31 17:42:56 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-01-31 17:42:56 +1100
commit84f3467cf95a6a4545d95c4dbd95692e5c0798f1 (patch)
treefc8ec93e22ae1008c6486c6e949618d8b9078027 /drivers/media/usb/gspca/t613.c
parentbeaddd44985f98441bcdd5c624aa02261f6f9172 (diff)
parentd5cd4249c55f8225911bf36572b11040975cdcea (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/media/usb/gspca/t613.c')
-rw-r--r--drivers/media/usb/gspca/t613.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/usb/gspca/t613.c b/drivers/media/usb/gspca/t613.c
index bb52fc1fe598..4907e646a662 100644
--- a/drivers/media/usb/gspca/t613.c
+++ b/drivers/media/usb/gspca/t613.c
@@ -574,9 +574,9 @@ static void setfreq(struct gspca_dev *gspca_dev, s32 val)
/* this function is called at probe and resume time */
static int sd_init(struct gspca_dev *gspca_dev)
{
- /* some of this registers are not really neded, because
- * they are overriden by setbrigthness, setcontrast, etc,
- * but wont hurt anyway, and can help someone with similar webcam
+ /* some of this registers are not really needed, because
+ * they are overridden by setbrigthness, setcontrast, etc.,
+ * but won't hurt anyway, and can help someone with similar webcam
* to see the initial parameters.*/
struct sd *sd = (struct sd *) gspca_dev;
const struct additional_sensor_data *sensor;