From: Daniel Mack <daniel@caiaq.de>
To: linux-kernel@vger.kernel.org
Cc: Daniel Mack <daniel@caiaq.de>, Jiri Kosina <trivial@kernel.org>,
Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 08/11] tree-wide: Fix spelling of 'beginning'
Date: Wed, 3 Feb 2010 00:48:24 +0800 [thread overview]
Message-ID: <1265129307-18201-8-git-send-email-daniel@caiaq.de> (raw)
In-Reply-To: <1265129307-18201-7-git-send-email-daniel@caiaq.de>
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Junio C Hamano <gitster@pobox.com>
---
arch/mips/alchemy/common/reset.c | 2 +-
drivers/scsi/sd.c | 2 +-
fs/reiserfs/bitmap.c | 2 +-
net/mac80211/mesh_plink.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/mips/alchemy/common/reset.c b/arch/mips/alchemy/common/reset.c
index 4791011..45e6074 100644
--- a/arch/mips/alchemy/common/reset.c
+++ b/arch/mips/alchemy/common/reset.c
@@ -147,7 +147,7 @@ void au1000_restart(char *command)
/* Give board a chance to do a hardware reset */
board_reset();
- /* Jump to the beggining in case board_reset() is empty */
+ /* Jump to the beginning in case board_reset() is empty */
__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
}
diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c
index 255da53..5d94772 100644
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -2105,7 +2105,7 @@ static int sd_revalidate_disk(struct gendisk *disk)
* which is followed by sdaaa.
*
* This is basically 26 base counting with one extra 'nil' entry
- * at the beggining from the second digit on and can be
+ * at the beginning from the second digit on and can be
* determined using similar method as 26 base conversion with the
* index shifted -1 after each digit is computed.
*
diff --git a/fs/reiserfs/bitmap.c b/fs/reiserfs/bitmap.c
index 65c8727..ecc04b5 100644
--- a/fs/reiserfs/bitmap.c
+++ b/fs/reiserfs/bitmap.c
@@ -169,7 +169,7 @@ static int scan_bitmap_block(struct reiserfs_transaction_handle *th,
return 0; // No free blocks in this bitmap
}
- /* search for a first zero bit -- beggining of a window */
+ /* search for a first zero bit -- beginning of a window */
*beg = reiserfs_find_next_zero_le_bit
((unsigned long *)(bh->b_data), boundary, *beg);
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c
index 0f7c6e6..54e4c8b 100644
--- a/net/mac80211/mesh_plink.c
+++ b/net/mac80211/mesh_plink.c
@@ -743,7 +743,7 @@ void mesh_rx_plink_frame(struct ieee80211_sub_if_data *sdata, struct ieee80211_m
break;
default:
/* should not get here, PLINK_BLOCKED is dealt with at the
- * beggining of the function
+ * beginning of the function
*/
spin_unlock_bh(&sta->lock);
break;
--
1.6.3.3
next prev parent reply other threads:[~2010-02-03 3:46 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-02 16:48 [PATCH 01/11] tree-wide: fix spelling of 'success' Daniel Mack
2010-02-02 16:48 ` [PATCH 02/11] SCSI: pm8001: Fix spelling of 'unknown' Daniel Mack
2010-02-02 16:48 ` [PATCH 03/11] tree-wide: Fix spelling of 'therefore' Daniel Mack
2010-02-02 16:48 ` [PATCH 04/11] tree-wide: Fix spelling of 'acknowledge' Daniel Mack
2010-02-02 16:48 ` [PATCH 05/11] tree-wide: Fix spelling of 'argument' Daniel Mack
2010-02-02 16:48 ` [PATCH 06/11] tree-wide: Fix spelling of 'achieve' Daniel Mack
2010-02-02 16:48 ` [PATCH 07/11] tree-wide: Fix spelling of 'address' Daniel Mack
2010-02-02 16:48 ` Daniel Mack [this message]
2010-02-02 16:48 ` [PATCH 09/11] tree-wide: Fix spelling of 'desirable' Daniel Mack
2010-02-02 16:48 ` [PATCH 10/11] tree-wide: Fix spelling of 'separate' and friends Daniel Mack
2010-02-02 16:48 ` [PATCH 11/11] tree-wide: Fix spelling of 'necessary' Daniel Mack
2010-02-03 4:28 ` [PATCH 02/11] SCSI: pm8001: Fix spelling of 'unknown' jack wang
2010-02-03 10:44 ` [PATCH 01/11] tree-wide: fix spelling of 'success' Jiri Kosina
2010-02-03 0:01 ` [PATCH] tree-wide: Assorted spelling fixes Daniel Mack
2010-02-04 10:52 ` Jiri Kosina
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=1265129307-18201-8-git-send-email-daniel@caiaq.de \
--to=daniel@caiaq.de \
--cc=gitster@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome