From 500a247cb39d6105c5360338d1b8570c29f989b5 Mon Sep 17 00:00:00 2001
From: Luca Ellero <luca.ellero@brickedbrain.com>
Date: Thu, 10 Jul 2014 11:02:07 +0200
Subject: [PATCH] staging: ced1401: fix comment

Signed-off-by: Luca Ellero <luca.ellero@brickedbrain.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/staging/ced1401/ced_ioc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ced1401/ced_ioc.c b/drivers/staging/ced1401/ced_ioc.c
index 60a671edbb06..1b7ed4fc872f 100644
--- a/drivers/staging/ced1401/ced_ioc.c
+++ b/drivers/staging/ced1401/ced_ioc.c
@@ -78,7 +78,7 @@ static void ced_flush_in_buff(struct ced_data *ced)
 ** ced_put_chars
 **
 ** Utility routine to copy chars into the output buffer and fire them off.
-** called from user mode, holds charOutLock.
+** called from user mode, holds char_out_lock.
 ****************************************************************************/
 static int ced_put_chars(struct ced_data *ced, const char *pCh,
 		    unsigned int uCount)
-- 
2.20.1