diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-14 09:24:29 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-14 09:24:29 +0200 |
| commit | 9b9c013aca60c96c50984584873da30b26046b18 (patch) | |
| tree | 573e3cba8834d8876b3f03d046946ad784d02ba7 /dev/ddk/src | |
| parent | bb432453ab609ca7e8dc8e991775329d10a29e7b (diff) | |
feat: ddk_kernel_call: update kernel call dispatch documentation.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/ddk/src')
| -rw-r--r-- | dev/ddk/src/ddk_kernel_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ddk/src/ddk_kernel_call.c b/dev/ddk/src/ddk_kernel_call.c index 95d2e577..168672b2 100644 --- a/dev/ddk/src/ddk_kernel_call.c +++ b/dev/ddk/src/ddk_kernel_call.c @@ -16,7 +16,7 @@ DDK_EXTERN ATTRIBUTE(naked) void* __ke_call_dispatch(const char* name, int32_t c size_t sz); /// @brief Interrupt Kernel and call it's RPC. -/// @param KernelRpcName RPC name +/// @param name RPC name /// @param cnt number of elements in **data** pointer. /// @param data data pointer. /// @param sz The size of the whole data pointer. |
