]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drivers/gpu: Fix misalignment in comment block
authorBruno Rocha Levi <brunolevilevi@usp.br>
Tue, 28 May 2024 13:08:04 +0000 (10:08 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 May 2024 18:48:30 +0000 (14:48 -0400)
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@usp.br>
Signed-off-by: Lucas Antonio <lucasantonio.santos@usp.br>
Signed-off-by: Bruno Rocha Levi <brunolevilevi@usp.br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/acp/include/acp_gfx_if.h

index feab8eb7f2a8ff85b7322f654b36bf9ee5eabd0c..b26710cae8016030542dde1351f2db17d12c6d29 100644 (file)
@@ -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