Commit e23bd833 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet

firmware: stratix10-svc: fix kernel-doc markups

There are some common comments marked, instead, with kernel-doc
notation, which won't work.

While here, rename an identifier, in order to match the
function prototype below kernel-doc markup.
Acked-by: default avatarRichard Gong <richard.gong@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/02a1eb47767e01e875d8840805b8b2d4f3c6bdee.1610610937.git.mchehab+huawei@kernel.orgSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 4fd15eaf
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#ifndef __STRATIX10_SVC_CLIENT_H #ifndef __STRATIX10_SVC_CLIENT_H
#define __STRATIX10_SVC_CLIENT_H #define __STRATIX10_SVC_CLIENT_H
/** /*
* Service layer driver supports client names * Service layer driver supports client names
* *
* fpga: for FPGA configuration * fpga: for FPGA configuration
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#define SVC_CLIENT_FPGA "fpga" #define SVC_CLIENT_FPGA "fpga"
#define SVC_CLIENT_RSU "rsu" #define SVC_CLIENT_RSU "rsu"
/** /*
* Status of the sent command, in bit number * Status of the sent command, in bit number
* *
* SVC_STATUS_OK: * SVC_STATUS_OK:
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#define SVC_STATUS_ERROR 5 #define SVC_STATUS_ERROR 5
#define SVC_STATUS_NO_SUPPORT 6 #define SVC_STATUS_NO_SUPPORT 6
/** /*
* Flag bit for COMMAND_RECONFIG * Flag bit for COMMAND_RECONFIG
* *
* COMMAND_RECONFIG_FLAG_PARTIAL: * COMMAND_RECONFIG_FLAG_PARTIAL:
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
*/ */
#define COMMAND_RECONFIG_FLAG_PARTIAL 1 #define COMMAND_RECONFIG_FLAG_PARTIAL 1
/** /*
* Timeout settings for service clients: * Timeout settings for service clients:
* timeout value used in Stratix10 FPGA manager driver. * timeout value used in Stratix10 FPGA manager driver.
* timeout value used in RSU driver * timeout value used in RSU driver
...@@ -218,7 +218,7 @@ void stratix10_svc_free_memory(struct stratix10_svc_chan *chan, void *kaddr); ...@@ -218,7 +218,7 @@ void stratix10_svc_free_memory(struct stratix10_svc_chan *chan, void *kaddr);
int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg); int stratix10_svc_send(struct stratix10_svc_chan *chan, void *msg);
/** /**
* intel_svc_done() - complete service request * stratix10_svc_done() - complete service request
* @chan: service channel assigned to the client * @chan: service channel assigned to the client
* *
* This function is used by service client to inform service layer that * This function is used by service client to inform service layer that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment