Make it obvious that file * isn't used here

This commit is contained in:
Jean Cyr
2013-08-17 10:29:35 -04:00
parent 0301e2d145
commit 3f800e5861
+2 -1
View File
@@ -1667,7 +1667,8 @@ PX4IO::ioctl(file * /*filep*/, int cmd, unsigned long arg)
}
ssize_t
PX4IO::write(file */*filp*/, const char *buffer, size_t len)
PX4IO::write(file * /*filp*/, const char *buffer, size_t len)
/* Make it obvious that file * isn't used here */
{
unsigned count = len / 2;