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 <[email protected]>
---
 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

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to