From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752327AbbGMXgv (ORCPT ); Mon, 13 Jul 2015 19:36:51 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:36271 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751757AbbGMXgu (ORCPT ); Mon, 13 Jul 2015 19:36:50 -0400 From: Masanari Iida To: mchehab@osg.samsung.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, corbet@lwn.net Cc: Masanari Iida Subject: [PATCH] [media] DocBook: Fix typo in intro.xml Date: Tue, 14 Jul 2015 08:36:50 +0900 Message-Id: <1436830610-19316-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.5.0.rc1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix spelling typos in intro.xml. This xml file is not created from comments within source, I fix the xml file. Signed-off-by: Masanari Iida --- Documentation/DocBook/media/dvb/intro.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/media/dvb/intro.xml b/Documentation/DocBook/media/dvb/intro.xml index bcc72c2..4abf6d9 100644 --- a/Documentation/DocBook/media/dvb/intro.xml +++ b/Documentation/DocBook/media/dvb/intro.xml @@ -163,8 +163,8 @@ are called: where N enumerates the DVB PCI cards in a system starting from 0, and M enumerates the devices of each type within each adapter, starting from 0, too. We will omit the “ -/dev/dvb/adapterN/” in the further dicussion -of these devices. The naming scheme for the devices is the same wheter +/dev/dvb/adapterN/” in the further discussion +of these devices. The naming scheme for the devices is the same whether devfs is used or not. More details about the data structures and function calls of all -- 2.5.0.rc1