diff options
| -rw-r--r-- | drivers/android/binderfs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index be8e64eb39ec..47f6d1e5971e 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -224,6 +224,9 @@ err: /** * binder_ctl_ioctl - handle binder device node allocation requests + * @file: The file pointer for the binder-control device node. + * @cmd: The ioctl command. + * @arg: The ioctl argument. * * The request handler for the binder-control device. All requests operate on * the binderfs mount the binder-control device resides in: |
