From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755913AbcJVH0o (ORCPT ); Sat, 22 Oct 2016 03:26:44 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35011 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbcJVH0m (ORCPT ); Sat, 22 Oct 2016 03:26:42 -0400 From: Masanari Iida To: linux-kernel@vger.kernel.org, mchehab@s-opensource.com, corbet@lwn.net, linux-doc@vger.kernel.org, mchehab@kernel.org, linux-media@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [linux-next] v4l: doc: Fix typo in vidioc-g-tuner.rst Date: Sat, 22 Oct 2016 16:26:37 +0900 Message-Id: <20161022072637.14840-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.10.1.502.g6598894 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix spelling typos found in vidioc-g-tuner.xml. This xml file was created from vidioc-g-tuner.rst, I have to fix typos in vidioc-g-tuner.rst. Signed-off-by: Masanari Iida --- Documentation/media/uapi/v4l/vidioc-g-tuner.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/media/uapi/v4l/vidioc-g-tuner.rst b/Documentation/media/uapi/v4l/vidioc-g-tuner.rst index e8aa8cd7065f..57c79fa43866 100644 --- a/Documentation/media/uapi/v4l/vidioc-g-tuner.rst +++ b/Documentation/media/uapi/v4l/vidioc-g-tuner.rst @@ -201,10 +201,10 @@ To change the radio frequency the * - ``V4L2_TUNER_SDR`` - 4 - Tuner controls the A/D and/or D/A block of a - Sofware Digital Radio (SDR) + Software Digital Radio (SDR) * - ``V4L2_TUNER_RF`` - 5 - - Tuner controls the RF part of a Sofware Digital Radio (SDR) + - Tuner controls the RF part of a Software Digital Radio (SDR) .. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}| -- 2.10.1.502.g6598894