Re: [PATCH] drm/amdgpu: Use seq_puts() instead of seq_printf()

2023-07-24 Thread Alex Deucher
On Sun, Jul 23, 2023 at 2:51 AM Srinivasan Shanmugam wrote: > > For a constant format without additional arguments, use seq_puts() > instead of seq_printf(). Also, it fixes the following warning. > > WARNING: Prefer seq_puts to seq_printf > > And other style fixes: > > WARNING: Prefer 'unsigned

[PATCH] drm/amdgpu: Use seq_puts() instead of seq_printf()

2023-07-23 Thread Srinivasan Shanmugam
For a constant format without additional arguments, use seq_puts() instead of seq_printf(). Also, it fixes the following warning. WARNING: Prefer seq_puts to seq_printf And other style fixes: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Block comments should align the * on