diff options
author | qipeng.zha <qipeng.zha@intel.com> | 2015-07-09 00:14:15 +0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-07-09 11:23:15 -0700 |
commit | 02941007f59ce015233d4c0f7047776960bf0c17 (patch) | |
tree | 41cc898cf23505f76722d323108f065bb173cde6 /arch/x86/include/asm/intel_pmc_ipc.h | |
parent | 22565ba0bf231eb4267b1d2ebad300d55b28a427 (diff) | |
download | blackbird-op-linux-02941007f59ce015233d4c0f7047776960bf0c17.tar.gz blackbird-op-linux-02941007f59ce015233d4c0f7047776960bf0c17.zip |
intel_pmc_ipc: Update kerneldoc formatting
Update kerneldoc formatting per Documentation/kernel-dec-nano-HOWTO.txt.
Signed-off-by: qipeng.zha <qipeng.zha@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'arch/x86/include/asm/intel_pmc_ipc.h')
-rw-r--r-- | arch/x86/include/asm/intel_pmc_ipc.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/x86/include/asm/intel_pmc_ipc.h b/arch/x86/include/asm/intel_pmc_ipc.h index 200ec2e7821d..cd0310e186f4 100644 --- a/arch/x86/include/asm/intel_pmc_ipc.h +++ b/arch/x86/include/asm/intel_pmc_ipc.h @@ -25,36 +25,9 @@ #if IS_ENABLED(CONFIG_INTEL_PMC_IPC) -/* - * intel_pmc_ipc_simple_command - * @cmd: command - * @sub: sub type - */ int intel_pmc_ipc_simple_command(int cmd, int sub); - -/* - * intel_pmc_ipc_raw_cmd - * @cmd: command - * @sub: sub type - * @in: input data - * @inlen: input length in bytes - * @out: output data - * @outlen: output length in dwords - * @sptr: data writing to SPTR register - * @dptr: data writing to DPTR register - */ int intel_pmc_ipc_raw_cmd(u32 cmd, u32 sub, u8 *in, u32 inlen, u32 *out, u32 outlen, u32 dptr, u32 sptr); - -/* - * intel_pmc_ipc_command - * @cmd: command - * @sub: sub type - * @in: input data - * @inlen: input length in bytes - * @out: output data - * @outlen: output length in dwords - */ int intel_pmc_ipc_command(u32 cmd, u32 sub, u8 *in, u32 inlen, u32 *out, u32 outlen); |