Applied. Thanks! Alex On Tue, May 28, 2024 at 10:47 AM Bruno Rocha Levi <brunolevilevi@xxxxxx> wrote: > > This patch fixes a warning from checkpatch by ensuring the trailing */ is > aligned with the rest of the *, improving readability. > > Co-developed-by: Lucas Antonio <lucasantonio.santos@xxxxxx> > Signed-off-by: Lucas Antonio <lucasantonio.santos@xxxxxx> > Signed-off-by: Bruno Rocha Levi <brunolevilevi@xxxxxx> > --- > drivers/gpu/drm/amd/acp/include/acp_gfx_if.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/acp/include/acp_gfx_if.h b/drivers/gpu/drm/amd/acp/include/acp_gfx_if.h > index feab8eb7f..b26710cae 100644 > --- a/drivers/gpu/drm/amd/acp/include/acp_gfx_if.h > +++ b/drivers/gpu/drm/amd/acp/include/acp_gfx_if.h > @@ -19,7 +19,7 @@ > * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR > * OTHER DEALINGS IN THE SOFTWARE. > * > -*/ > + */ > > #ifndef _ACP_GFX_IF_H > #define _ACP_GFX_IF_H > -- > 2.45.1 >