Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Bruno Rocha Levi and committed by
Alex Deucher
3027ce13 c5e35891

+1 -1
+1 -1
drivers/gpu/drm/amd/acp/include/acp_gfx_if.h
··· 19 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 20 * OTHER DEALINGS IN THE SOFTWARE. 21 21 * 22 - */ 22 + */ 23 23 24 24 #ifndef _ACP_GFX_IF_H 25 25 #define _ACP_GFX_IF_H