projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c70faf
)
gpu/host1x: Remove excess parameter in host1x_subdev_add docs
author
Sean Paul
<seanpaul@chromium.org>
Thu, 20 Jul 2017 17:47:42 +0000
(13:47 -0400)
committer
Thierry Reding
<treding@nvidia.com>
Mon, 31 Jul 2017 12:24:37 +0000
(14:24 +0200)
Fixes the following warning when building docs:
../drivers/gpu/host1x/bus.c:50: warning: Excess function parameter 'driver' description in 'host1x_subdev_add'
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20170720174746.29100-4-seanpaul@chromium.org
drivers/gpu/host1x/bus.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/host1x/bus.c
b/drivers/gpu/host1x/bus.c
index a048e3ac523dc98085aec3ec4351ecc65880145b..7ece0e9058c6a12494afd95daf51b829a30bb6de 100644
(file)
--- a/
drivers/gpu/host1x/bus.c
+++ b/
drivers/gpu/host1x/bus.c
@@
-41,7
+41,6
@@
struct host1x_subdev {
/**
* host1x_subdev_add() - add a new subdevice with an associated device node
* @device: host1x device to add the subdevice to
- * @driver: host1x driver
* @np: device node
*/
static int host1x_subdev_add(struct host1x_device *device,