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: io_uring-6.11-20240722~49^2~25^2~62 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3027ce13e04eee76539ca65c2cb1028a01c8c508;p=linux-block.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 feab8eb7f2a8..b26710cae801 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