From: Stefan Richter Date: Wed, 7 Jul 2010 11:26:18 +0000 (+0200) Subject: firewire: core: fix fw_send_request kerneldoc comment X-Git-Tag: v2.6.36-rc1~490^2^3~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656b7afd40a9f2b0d6cf8ef1972681961b428558;p=pandora-kernel.git firewire: core: fix fw_send_request kerneldoc comment The present inline documentation of the fw_send_request() in-kernel API refers to userland code that is not applicable to kernel drivers at all. Reported-by: Ben Gamari While we are at fixing the whole documentation of fw_send_request(), also improve the rest of firewire-core's kerneldoc comments: - Add a bit of text concerning fw_run_transaction()'s call parameters. - Append () to function names and tab-align parameter descriptions as suggested by the example in Documentation/kernel-doc-nano-HOWTO.txt. - Remove kerneldoc markers from comments on static functions. - Remove outdated parameter descriptions at build_tree(). Signed-off-by: Stefan Richter --- Reading git-diff-tree failed