[PATCH 2/2] drivers/gpu: Fix misalignment in comment block
Bruno Rocha Levi
brunolevilevi at usp.br
Tue May 28 13:08:04 UTC 2024
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 at usp.br>
Signed-off-by: Lucas Antonio <lucasantonio.santos at usp.br>
Signed-off-by: Bruno Rocha Levi <brunolevilevi at usp.br>
---
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
More information about the amd-gfx
mailing list