Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

FireWire: clean up core-transaction.c kernel-doc

Clean up kernel-doc warnings in <drivers/firewire/core-transaction.c>
so that it can be added to a Firewire/IEEE 1394 driver-api chapter
without adding lots of noisy warnings to the documentation build.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: linux-doc@vger.kernel.org
Cc: linux-scsi@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
226b18ad 48f02b88

+10
+10
drivers/firewire/core-transaction.c
··· 410 410 411 411 /** 412 412 * fw_run_transaction() - send request and sleep until transaction is completed 413 + * @card: card interface for this request 414 + * @tcode: transaction code 415 + * @destination_id: destination node ID, consisting of bus_ID and phy_ID 416 + * @generation: bus generation in which request and response are valid 417 + * @speed: transmission speed 418 + * @offset: 48bit wide offset into destination's address space 419 + * @payload: data payload for the request subaction 420 + * @length: length of the payload, in bytes 413 421 * 414 422 * Returns the RCODE. See fw_send_request() for parameter documentation. 415 423 * Unlike fw_send_request(), @data points to the payload of the request or/and ··· 612 604 613 605 /** 614 606 * fw_core_remove_address_handler() - unregister an address handler 607 + * @handler: callback 615 608 * 616 609 * To be called in process context. 617 610 * ··· 837 828 838 829 /** 839 830 * fw_get_request_speed() - returns speed at which the @request was received 831 + * @request: firewire request data 840 832 */ 841 833 int fw_get_request_speed(struct fw_request *request) 842 834 {