mbox series

[v1,0/1] platform/x86: asus-wmi: fix TUF laptop RGB variant

Message ID 20240716011130.17464-1-luke@ljones.dev (mailing list archive)
Headers show
Series platform/x86: asus-wmi: fix TUF laptop RGB variant | expand

Message

Luke Jones July 16, 2024, 1:11 a.m. UTC
Changelog
- v1:
  - Fix subject and fixes tag

History:
 - v0: https://lore.kernel.org/platform-driver-x86/5c4ef8d8-2806-5bb6-2946-368cf1ebbac6@linux.intel.com/T/#m9ceb12d4d135e28e71e4d74ecc9a78083a6c8745
      

Luke D. Jones (1):
  platform/x86: asus-wmi: fix TUF laptop RGB variant

 drivers/platform/x86/asus-wmi.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Hans de Goede July 16, 2024, 9:23 a.m. UTC | #1
Hi,

On 7/16/24 3:11 AM, Luke D. Jones wrote:
> Changelog
> - v1:
>   - Fix subject and fixes tag

Small remark for the next time you post a new version of a patch.

Since you already posted the version with the Fixes tag as subject
before, this is v2; and ...

> History:
>  - v0: https://lore.kernel.org/platform-driver-x86/5c4ef8d8-2806-5bb6-2946-368cf1ebbac6@linux.intel.com/T/#m9ceb12d4d135e28e71e4d74ecc9a78083a6c8745

This would be v1.

Regards,

Hans