From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751718AbbEGPCm (ORCPT ); Thu, 7 May 2015 11:02:42 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:32934 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbbEGPCl (ORCPT ); Thu, 7 May 2015 11:02:41 -0400 From: Masanari Iida To: linux-kernel@vger.kernel.org, mporter@kernel.crashing.org, alexandre.bounine@idt.com Cc: corbet@lwn.net, trivial@kernel.org, Masanari Iida Subject: [PATCH] rapidio: Fix typo in rio-scan.c and rio.h Date: Fri, 8 May 2015 00:02:27 +0900 Message-Id: <1431010947-6296-1-git-send-email-standby24x7@gmail.com> X-Mailer: git-send-email 2.4.0.rc3.3.g6eb1401 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix spelling typos found in DocBook/rapidio.xml Ths file was generated from comments in the source files, I had to fix them, instead of the xml file. Signed-off-by: Masanari Iida --- drivers/rapidio/rio-scan.c | 2 +- include/linux/rio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rapidio/rio-scan.c b/drivers/rapidio/rio-scan.c index 47a1b2e..d6a126c 100644 --- a/drivers/rapidio/rio-scan.c +++ b/drivers/rapidio/rio-scan.c @@ -83,7 +83,7 @@ static u16 rio_destid_alloc(struct rio_net *net) * @destid: destID to reserve * * Tries to reserve the specified destID. - * Returns 0 if successfull. + * Returns 0 if successful. */ static int rio_destid_reserve(struct rio_net *net, u16 destid) { diff --git a/include/linux/rio.h b/include/linux/rio.h index 6bda06f..cde976e 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h @@ -298,7 +298,7 @@ struct rio_id_table { * struct rio_net - RIO network info * @node: Node in global list of RIO networks * @devices: List of devices in this network - * @switches: List of switches in this netowrk + * @switches: List of switches in this network * @mports: List of master ports accessing this network * @hport: Default port for accessing this network * @id: RIO network ID -- 2.4.0.rc3.3.g6eb1401