[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1301103851-16352-19-git-send-email-peterhuewe@gmx.de>
Date: Sat, 26 Mar 2011 02:44:03 +0100
From: Peter Huewe <peterhuewe@....de>
To: Greg KH <greg@...ah.com>
Cc: Greg KH <gregkh@...e.de>, devel@...uxdriverproject.org,
linux-kernel@...r.kernel.org,
Harry Wei <jiaweiwei.xiyou@...il.com>,
Peter Huewe <peterhuewe@....de>
Subject: [PATCH 19/27] staging/spectra: Fix common spelling mistakes
This patch fixes a very common spelling mistake in
drivers/staging/spectra.
WRONG -> RIGHT
occured -> occurred
Kernel Version: staging/staging-next 20110325 (4bbba111)
Signed-off-by: Peter Huewe <peterhuewe@....de>
---
drivers/staging/spectra/flash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/spectra/flash.c b/drivers/staging/spectra/flash.c
index a2f8200..cb8ed46 100644
--- a/drivers/staging/spectra/flash.c
+++ b/drivers/staging/spectra/flash.c
@@ -965,7 +965,7 @@ static void process_cmd_fail_abort(int *first_failed_cmd,
if (0 == *first_failed_cmd)
*first_failed_cmd = PendingCMD[idx].SBDCmdIndex;
- nand_dbg_print(NAND_DBG_DEBUG, "Uncorrectable error has occured "
+ nand_dbg_print(NAND_DBG_DEBUG, "Uncorrectable error has occurred "
"while executing %u Command %u accesing Block %u\n",
(unsigned int)p_BTableChangesDelta->ftl_cmd_cnt,
PendingCMD[idx].CMD,
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists