Skip to content

Commit 94e9cbd

Browse files
spandruvadajwrdegoede
authored andcommitted
platform/x86: ISST: Fix kernel documentation warnings
Fix warning displayed for "make W=1" for kernel documentation. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Hans de Goede <[email protected]>
1 parent 7e7e154 commit 94e9cbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

drivers/platform/x86/intel/speed_select_if/isst_if_common.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ static void isst_delete_hash(void)
112112
* isst_store_cmd() - Store command to a hash table
113113
* @cmd: Mailbox command.
114114
* @sub_cmd: Mailbox sub-command or MSR id.
115+
* @cpu: Target CPU for the command
115116
* @mbox_cmd_type: Mailbox or MSR command.
116117
* @param: Mailbox parameter.
117118
* @data: Mailbox request data or MSR data.
@@ -363,7 +364,7 @@ static struct pci_dev *_isst_if_get_pci_dev(int cpu, int bus_no, int dev, int fn
363364
/**
364365
* isst_if_get_pci_dev() - Get the PCI device instance for a CPU
365366
* @cpu: Logical CPU number.
366-
* @bus_number: The bus number assigned by the hardware.
367+
* @bus_no: The bus number assigned by the hardware.
367368
* @dev: The device number assigned by the hardware.
368369
* @fn: The function number assigned by the hardware.
369370
*

drivers/platform/x86/intel/speed_select_if/isst_if_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* @offset: Offset to the first valid member in command structure.
4141
* This will be the offset of the start of the command
4242
* after command count field
43+
* @owner: Registered module owner
4344
* @cmd_callback: Callback function to handle IOCTL. The callback has the
4445
* command pointer with data for command. There is a pointer
4546
* called write_only, which when set, will not copy the

0 commit comments

Comments
 (0)