]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
staging: apf: Correct kernel-doc structure for xlnk.c
authorMichael Gill <michael.gill@xilinx.com>
Tue, 9 Oct 2018 19:42:04 +0000 (12:42 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Nov 2018 10:05:44 +0000 (11:05 +0100)
This patch eliminates warnings associated with kernel-doc
formatting in the apf driver.  It does this by removing the
partial comment was being detected as being an attempt at a
kernel-doc comment.  This patch is only meant to resolve
warnings.  Follow up patches will be to comment the driver.

Signed-off-by: Michael Gill <michael.gill@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/staging/apf/xlnk.c

index 168f6aaaed5dbf2c531bea0c721cffe096666b85..c19c5591fbd928287e8f97725b171e60130f19c4 100644 (file)
@@ -330,7 +330,7 @@ static int xlnk_buf_find_by_user_addr(xlnk_intptr_type addr, int pid)
        return 0;
 }
 
-/**
+/*
  * allocate and return an id
  * id must be a positve number
  */