From 2c2da5c7eb047a1ab4b981747fe592537858b881 Mon Sep 17 00:00:00 2001 From: Michael Gill Date: Tue, 9 Oct 2018 12:42:04 -0700 Subject: [PATCH] staging: apf: Correct kernel-doc structure for xlnk.c 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 Signed-off-by: Michal Simek --- drivers/staging/apf/xlnk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/apf/xlnk.c b/drivers/staging/apf/xlnk.c index 168f6aaaed5d..c19c5591fbd9 100644 --- a/drivers/staging/apf/xlnk.c +++ b/drivers/staging/apf/xlnk.c @@ -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 */ -- 2.39.2