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

BMP085: Remove redundant semi-colon from return statement

Just a single ";" will do nicely.

Signed-off-by: Jesper Juhl <jj@codesealer.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Jesper Juhl and committed by
Greg Kroah-Hartman
f80ea668 933aae54

+1 -1
+1 -1
drivers/misc/bmp085.c
··· 216 216 *temperature = (x1+x2+8) >> 4; 217 217 218 218 exit: 219 - return status;; 219 + return status; 220 220 } 221 221 222 222 /*