From patchwork Mon May 20 10:02:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 2591321 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 874EA3FD4E for ; Mon, 20 May 2013 10:03:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754834Ab3ETKCv (ORCPT ); Mon, 20 May 2013 06:02:51 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:61658 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754133Ab3ETKCu (ORCPT ); Mon, 20 May 2013 06:02:50 -0400 Received: by mail-pb0-f45.google.com with SMTP id mc17so1791216pbc.4 for ; Mon, 20 May 2013 03:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=u+1dJNkY/9KFxzPbfULsdRPOHYEP7jxkmoH5JtN3a8g=; b=t0OaW4zg/GQE68CBG9QTV9avGsoiQriRZSyuDhHi5MNIKgUpEPnb7D54co4hEqPqL4 MFpv2hh0oNt0XMg45c+08PlfoWry0CwMGxxNGrXN78pltDZ3lCBa/RRuczC1+t3Tvv7l c1XFhS4Z+Xp4a09mUDC6Oe9I/1eKfcuiIsIyX2EKJyReBTVVrrQ5W9iOEn7ZZpByvF85 l/WF0t/u1LDFZ1E3liAXokyeCp+DDMAR2AzUChSNfqXrY8TVgBDI7zHJpjDmYj6H+447 iMMvgQbMxyl1rcnKYoLVvhMLyF15FMV5bPReSMEX0k7+Z3OVM0kFyc32ejfBH+lE2kWZ XuHA== X-Received: by 10.68.196.231 with SMTP id ip7mr25196384pbc.61.1369044169919; Mon, 20 May 2013 03:02:49 -0700 (PDT) Received: from localhost.localdomain ([122.166.13.141]) by mx.google.com with ESMTPSA id vu10sm23488919pbc.27.2013.05.20.03.02.46 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 20 May 2013 03:02:48 -0700 (PDT) From: Lad Prabhakar To: LMML Cc: LKML , Mauro Carvalho Chehab , Hans Verkuil , Laurent Pinchart , "Lad, Prabhakar" Subject: [PATCH] videodev2.h: fix typos Date: Mon, 20 May 2013 15:32:40 +0530 Message-Id: <1369044160-7571-1-git-send-email-prabhakar.csengg@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Lad, Prabhakar This patch fixes several typos in videodev2.h file Signed-off-by: Lad, Prabhakar Acked-by: Laurent Pinchart --- include/uapi/linux/videodev2.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index f40b41c..ee4af53 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -555,7 +555,7 @@ struct v4l2_jpegcompression { __u32 jpeg_markers; /* Which markers should go into the JPEG * output. Unless you exactly know what * you do, leave them untouched. - * Inluding less markers will make the + * Including less markers will make the * resulting code smaller, but there will * be fewer applications which can read it. * The presence of the APP and COM marker @@ -567,7 +567,7 @@ struct v4l2_jpegcompression { #define V4L2_JPEG_MARKER_DRI (1<<5) /* Define Restart Interval */ #define V4L2_JPEG_MARKER_COM (1<<6) /* Comment segment */ #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will - * allways use APP0 */ + * always use APP0 */ }; /* @@ -900,7 +900,7 @@ typedef __u64 v4l2_std_id; /* * "Common" PAL - This macro is there to be compatible with the old * V4L1 concept of "PAL": /BGDKHI. - * Several PAL standards are mising here: /M, /N and /Nc + * Several PAL standards are missing here: /M, /N and /Nc */ #define V4L2_STD_PAL (V4L2_STD_PAL_BG |\ V4L2_STD_PAL_DK |\ @@ -1790,7 +1790,7 @@ struct v4l2_event_subscription { #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */ #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */ -#define V4L2_CHIP_MATCH_AC97 3 /* Match against anciliary AC97 chip */ +#define V4L2_CHIP_MATCH_AC97 3 /* Match against ancillary AC97 chip */ #define V4L2_CHIP_MATCH_SUBDEV 4 /* Match against subdev index */ struct v4l2_dbg_match {