Re: [PATCH v2] HID: sensor-hub: Fix typo and improve documentation for sensor_hub_remove_callback()
From: David Lechner
Date: Thu May 01 2025 - 19:31:18 EST
On 5/1/25 6:19 PM, Chelsy Ratnawat wrote:
> Changes in v2:
> - Improved the kernel-doc comment for sensor_hub_remove_callback().
> - Changed "Gyro" to "gyro".
> - Changed "usage ID" to "usage_id" for consistency with kernel-doc
> style.
> - Updated the comment to state that only one callback can be removed
> per (usage_id, hsdev) pair.
>
> Signed-off-by: Chelsy Ratnawat <chelsyratnawat2001@xxxxxxxxx>
> ---
Normally people put the changes here below the --- rather than putting it in
the commit message.
Patch part looks good though.
Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>