X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fzoran%2Fzoran_driver.c;h=401082b853f086bbe67046a561d810fe43e8b173;hb=0851668fdd97e526b2a41f794b785c204dd3d3e0;hp=c155ddfb1332cd30e96a3f2a584cbb76b891586c;hpb=7655e594945289b418af39f6669fea4666a7b520;p=net-next-2.6.git diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c index c155ddfb133..401082b853f 100644 --- a/drivers/media/video/zoran/zoran_driver.c +++ b/drivers/media/video/zoran/zoran_driver.c @@ -1177,7 +1177,7 @@ static int setup_window(struct zoran_fh *fh, int x, int y, int width, int height if (height > BUZ_MAX_HEIGHT) height = BUZ_MAX_HEIGHT; - /* Check for vaild parameters */ + /* Check for invalid parameters */ if (width < BUZ_MIN_WIDTH || height < BUZ_MIN_HEIGHT || width > BUZ_MAX_WIDTH || height > BUZ_MAX_HEIGHT) { dprintk(1,