From: Bruno Rocha Levi Date: Tue, 28 May 2024 13:08:04 +0000 (-0300) Subject: drivers/gpu: Fix misalignment in comment block X-Git-Tag: v6.11-rc1~141^2~25^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3027ce13e04eee76539ca65c2cb1028a01c8c508;p=thirdparty%2Fkernel%2Flinux.git drivers/gpu: Fix misalignment in comment block 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 Signed-off-by: Lucas Antonio Signed-off-by: Bruno Rocha Levi Signed-off-by: Alex Deucher --- 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 feab8eb7f2a8f..b26710cae8016 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