lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: Fri, 17 May 2024 16:45:52 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: alexander.shishkin@...ux.intel.com,
	alexandre.torgue@...s.st.com,
	mcoquelin.stm32@...il.com
Cc: linux-stm32@...md-mailman.stormreply.com,
	linux-arm-kernel@...ts.infradead.org,
	linux-kernel@...r.kernel.org,
	Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH -next] tracing: Update stm_ftrace_write doc to kernel-doc format

This patch updates the function documentation comment for
stm_ftrace_write to conform to the kernel-doc specification.

Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
 drivers/hwtracing/stm/ftrace.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/hwtracing/stm/ftrace.c b/drivers/hwtracing/stm/ftrace.c
index a7cea7ea0163..0896379a011f 100644
--- a/drivers/hwtracing/stm/ftrace.c
+++ b/drivers/hwtracing/stm/ftrace.c
@@ -31,6 +31,7 @@ static struct stm_ftrace {
 
 /**
  * stm_ftrace_write() - write data to STM via 'stm_ftrace' source
+ * @export:	Pointer to trace export descriptor
  * @buf:	buffer containing the data packet
  * @len:	length of the data packet
  */
-- 
2.20.1.7.g153144c


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ