summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2021-01-26 12:47:28 +0000
committerJason Gunthorpe <jgg@nvidia.com>2021-01-28 15:42:29 -0400
commitd6a8bfe01ddb5f5a68f228a87838cc51ba2aec78 (patch)
tree55ecfd3d4bc877f4f187d5f9a707be064d90165d /tools/perf/scripts/python/bin/task-analyzer-record
parentcd7727fdcee3825e3d276784f6ed356949941e07 (diff)
downloadkernel-d6a8bfe01ddb5f5a68f228a87838cc51ba2aec78.tar.gz
RDMA/hw/hfi1/uc: Fix a little doc-rot
Fixes the following W=1 kernel build warning(s): drivers/infiniband/hw/hfi1/uc.c:64: warning: Function parameter or member 'ps' not described in 'hfi1_make_uc_req' drivers/infiniband/hw/hfi1/uc.c:306: warning: Function parameter or member 'packet' not described in 'hfi1_uc_rcv' drivers/infiniband/hw/hfi1/uc.c:306: warning: Excess function parameter 'ibp' description in 'hfi1_uc_rcv' drivers/infiniband/hw/hfi1/uc.c:306: warning: Excess function parameter 'hdr' description in 'hfi1_uc_rcv' drivers/infiniband/hw/hfi1/uc.c:306: warning: Excess function parameter 'rcv_flags' description in 'hfi1_uc_rcv' drivers/infiniband/hw/hfi1/uc.c:306: warning: Excess function parameter 'data' description in 'hfi1_uc_rcv' drivers/infiniband/hw/hfi1/uc.c:306: warning: Excess function parameter 'tlen' description in 'hfi1_uc_rcv' drivers/infiniband/hw/hfi1/uc.c:306: warning: Excess function parameter 'qp' description in 'hfi1_uc_rcv' Link: https://lore.kernel.org/r/20210126124732.3320971-17-lee.jones@linaro.org Cc: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com> Cc: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> Cc: Doug Ledford <dledford@redhat.com> Cc: Jason Gunthorpe <jgg@ziepe.ca> Cc: linux-rdma@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
8210b3165fe1'>Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds 2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds 2016-01-01ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD 2015-12-13gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov 2015-12-11gpio: forward-declare enum gpiod_flagsLinus Walleij 2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov 2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann 2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki 2015-05-12gpio: sysfs: move irq trigger flags to class-device dataJohan Hovold 2015-05-12gpio: sysfs: remove FLAG_SYSFS_DIRJohan Hovold 2015-05-12gpio: sysfs: clean up interrupt-interface implementationJohan Hovold 2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold 2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds 2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki 2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim 2015-03-05gpiolib: define gpio suffixes globallyRojhalat Ibrahim 2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot