Skip to content

Commit

Permalink
Revert "nzxt-grid3: Prepend struct keyword to kernel-doc title"
Browse files Browse the repository at this point in the history
This reverts commit 3bd7cb1.
  • Loading branch information
aleksamagicka committed Dec 7, 2023
1 parent 610f3fe commit de36bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nzxt-grid3.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#define PWM_FAN BIT(1)

/**
* struct grid3_channel_status - Last known data for a given channel.
* grid3_channel_status - Last known data for a given channel.
* @rpms: Fan speed in rpm.
* @centiamps: Fan current draw in centiamperes.
* @centivolts: Fan supply voltage in centivolts.
Expand All @@ -81,7 +81,7 @@ struct grid3_channel_status {
};

/**
* struct grid3_data - Driver private data.
* grid3_data - Driver private data.
* @hid_dev: HID device.
* @hwmon_dev: HWMON device.
* @lock: Protects the output buffer @out and writes to @status[].pwm.
Expand Down

0 comments on commit de36bb9

Please sign in to comment.