浏览代码

drivers/usb/misc/rio500.c: removes unnecessary semicolon

removes unnecessary semicolon

Found by Coccinelle: http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Peter Senna Tschudin 13 年之前
父节点
当前提交
17e6791082
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/usb/misc/rio500.c

+ 1 - 1
drivers/usb/misc/rio500.c

@@ -338,7 +338,7 @@ write_rio(struct file *file, const char __user *buffer,
 				thistime -= partial;
 			} else
 				break;
-		};
+		}
 		if (result) {
 			dev_err(&rio->rio_dev->dev, "Write Whoops - %x\n",
 				result);