From b6ed5a233aea3bd44243bb18d396941c4076e3dc Mon Sep 17 00:00:00 2001 From: Laurence Rochfort Date: Wed, 18 May 2016 21:07:45 +0100 Subject: Staging: speakup: Remove space after cast Fix the checkpatch.pl warning "No space is necessary after a cast". Signed-off-by: Laurence Rochfort Signed-off-by: Greg Kroah-Hartman diff --git a/drivers/staging/speakup/devsynth.c b/drivers/staging/speakup/devsynth.c index 8498971..58abd1d 100644 --- a/drivers/staging/speakup/devsynth.c +++ b/drivers/staging/speakup/devsynth.c @@ -34,7 +34,7 @@ static ssize_t speakup_file_write(struct file *fp, const char __user *buffer, synth_write(buf, bytes); spin_unlock_irqrestore(&speakup_info.spinlock, flags); } - return (ssize_t) nbytes; + return (ssize_t)nbytes; } static ssize_t speakup_file_read(struct file *fp, char __user *buf, -- cgit v0.10.2