Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: speakup: Remove space after cast

Fix the checkpatch.pl warning "No space is necessary after a cast".

Signed-off-by: Laurence Rochfort <laurence.rochfort@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Laurence Rochfort and committed by
Greg Kroah-Hartman
b6ed5a23 4875bb88

+1 -1
+1 -1
drivers/staging/speakup/devsynth.c
··· 34 34 synth_write(buf, bytes); 35 35 spin_unlock_irqrestore(&speakup_info.spinlock, flags); 36 36 } 37 - return (ssize_t) nbytes; 37 + return (ssize_t)nbytes; 38 38 } 39 39 40 40 static ssize_t speakup_file_read(struct file *fp, char __user *buf,