All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas De Marchi <lucas.demarchi@profusion.mobi>
To: ofono@ofono.org
Subject: [PATCH 2/6] Fix common misspellings in drivers
Date: Tue, 14 Sep 2010 00:06:01 -0300	[thread overview]
Message-ID: <1284433565-26126-2-git-send-email-lucas.demarchi@profusion.mobi> (raw)
In-Reply-To: <4C8EDFF9.4060006@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3984 bytes --]

Fix common misspellings by using the list available at
http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines.

From the list cited above, the substitution script found the following
misspellings:

subsidary(-ies)->subsidiary(-ies)
transfering->transferring
---
 drivers/atmodem/voicecall.c     |    2 +-
 drivers/hfpmodem/voicecall.c    |    2 +-
 drivers/isimodem/gpds.h         |    2 +-
 drivers/isimodem/gprs-context.c |    2 +-
 drivers/isimodem/gprs.c         |    2 +-
 drivers/stemodem/voicecall.c    |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index eaf3a95..7c788f4 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -508,7 +508,7 @@ static void at_transfer(struct ofono_voicecall *vc,
 	unsigned int transfer = 0x1 | 0x2;
 
 	/* Transfer can puts held & active calls together and disconnects
-	 * from both.  However, some networks support transfering of
+	 * from both.  However, some networks support transferring of
 	 * dialing/ringing calls as well.
 	 */
 	transfer |= 0x4 | 0x8;
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c
index 8ae4430..e96ec7c 100644
--- a/drivers/hfpmodem/voicecall.c
+++ b/drivers/hfpmodem/voicecall.c
@@ -562,7 +562,7 @@ static void hfp_transfer(struct ofono_voicecall *vc,
 {
 	struct voicecall_data *vd = ofono_voicecall_get_data(vc);
 	/* Transfer can puts held & active calls together and disconnects
-	 * from both.  However, some networks support transfering of
+	 * from both.  However, some networks support transferring of
 	 * dialing/ringing calls as well.
 	 */
 	unsigned int transfer = 0x1 | 0x2 | 0x4 | 0x8;
diff --git a/drivers/isimodem/gpds.h b/drivers/isimodem/gpds.h
index 9bb60e6..a62c47b 100644
--- a/drivers/isimodem/gpds.h
+++ b/drivers/isimodem/gpds.h
@@ -1,7 +1,7 @@
 /*
  * This file is part of oFono - Open Source Telephony
  *
- * Copyright (C) 2010  Nokia Corporation and/or its subsidary(-ies).
+ * Copyright (C) 2010  Nokia Corporation and/or its subsidiary(-ies).
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
diff --git a/drivers/isimodem/gprs-context.c b/drivers/isimodem/gprs-context.c
index 9fdc677..8144940 100644
--- a/drivers/isimodem/gprs-context.c
+++ b/drivers/isimodem/gprs-context.c
@@ -1,7 +1,7 @@
 /*
  * This file is part of oFono - Open Source Telephony
  *
- * Copyright (C) 2010  Nokia Corporation and/or its subsidary(-ies).
+ * Copyright (C) 2010  Nokia Corporation and/or its subsidiary(-ies).
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
diff --git a/drivers/isimodem/gprs.c b/drivers/isimodem/gprs.c
index 93786ec..adac374 100644
--- a/drivers/isimodem/gprs.c
+++ b/drivers/isimodem/gprs.c
@@ -1,7 +1,7 @@
 /*
  * This file is part of oFono - Open Source Telephony
  *
- * Copyright (C) 2010  Nokia Corporation and/or its subsidary(-ies).
+ * Copyright (C) 2010  Nokia Corporation and/or its subsidiary(-ies).
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
diff --git a/drivers/stemodem/voicecall.c b/drivers/stemodem/voicecall.c
index 5cf38bb..6b43ebd 100644
--- a/drivers/stemodem/voicecall.c
+++ b/drivers/stemodem/voicecall.c
@@ -340,7 +340,7 @@ static void ste_transfer(struct ofono_voicecall *vc,
 	unsigned int transfer = 0x1 | 0x2;
 
 	/* Transfer can puts held & active calls together and disconnects
-	 * from both.  However, some networks support transfering of
+	 * from both.  However, some networks support transferring of
 	 * dialing/ringing calls as well.
 	 */
 	transfer |= 0x4 | 0x8;
-- 
1.7.2.3


  parent reply	other threads:[~2010-09-14  3:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14  1:32 [PATCH] Fix common misspellings Lucas De Marchi
2010-09-14  1:35 ` Marcel Holtmann
2010-09-14  2:32   ` Lucas De Marchi
2010-09-14  2:37     ` Denis Kenzior
2010-09-14  3:06       ` [PATCH 1/6] Fix common misspellings in documentation Lucas De Marchi
2010-09-14  3:06       ` Lucas De Marchi [this message]
2010-09-14  5:08         ` [PATCH 2/6] Fix common misspellings in drivers Marcel Holtmann
2010-09-14  6:51           ` Aki Niemi
2010-09-14  7:02             ` Marcel Holtmann
2010-09-14  3:06       ` [PATCH 3/6] Fix common misspellings in gatchat Lucas De Marchi
2010-09-14  3:06       ` [PATCH 4/6] Fix common misspelling in gisi Lucas De Marchi
2010-09-14  3:06       ` [PATCH 5/6] Fix common misspellings in TODO file Lucas De Marchi
2010-09-14  3:06       ` [PATCH 6/6] Fix common misspelling in source files Lucas De Marchi
2010-09-14  3:21 ` [PATCH] Fix common misspellings Gu, Yang
2010-09-14 22:36   ` Lucas De Marchi
2010-09-15  5:26     ` Gu, Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1284433565-26126-2-git-send-email-lucas.demarchi@profusion.mobi \
    --to=lucas.demarchi@profusion.mobi \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.