From: Luca Ellero Date: Thu, 10 Jul 2014 09:02:07 +0000 (+0200) Subject: staging: ced1401: fix comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=500a247cb39d6105c5360338d1b8570c29f989b5;p=deliverable%2Flinux.git staging: ced1401: fix comment Signed-off-by: Luca Ellero Signed-off-by: Greg Kroah-Hartman --- 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)