firmware: arm_ffa: Fix the comment style
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 22 Jun 2021 16:22:02 +0000 (17:22 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 12 Jul 2021 13:20:08 +0000 (14:20 +0100)
commitba684a31d3626c86cd9097e12d6ed57d224d077d
tree6a6383ad1930838a7925ca4f06aab63d669e46c0
parente362547addc39e4bb18ad5bdfd59ce4d512d0c08
firmware: arm_ffa: Fix the comment style

clang produces the following warning:

    drivers/firmware/arm_ffa/driver.c:123: warning: expecting
    prototype for FF(). Prototype was for FFA_PAGE_SIZE() instead

    This comment starts with '/**', but isn't a kernel-doc comment.
    Refer Documentation/doc-guide/kernel-doc.rst

Fix the same by removing the kernel-doc style comment here.

Link: https://lore.kernel.org/r/20210622162202.3485866-1-sudeep.holla@arm.com
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/driver.c