<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 12pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Fix four occurrences of the checkpatch.pl error:<br /><br />ERROR: trailing whitespace<br /><br />Signed-off-by: Ran Sun <sunran001@208suo.com><br />---<br /> drivers/gpu/drm/amd/include/amd_shared.h | 2 +-<br /> 1 file changed, 1 insertion(+), 1 deletion(-)<br /><br />diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h<br />index f175e65b853a..46ed216f04bf 100644<br />--- a/drivers/gpu/drm/amd/include/amd_shared.h<br />+++ b/drivers/gpu/drm/amd/include/amd_shared.h<br />@@ -60,7 +60,7 @@ enum amd_apu_flags {<br /> * acquires the list of IP blocks for the GPU in use on initialization.<br /> * It can then operate on this list to perform standard driver operations<br /> * such as: init, fini, suspend, resume, etc.<br />-* <br />+*<br /> *<br /> * IP block implementations are named using the following convention:<br /> * <functionality>_v<version> (E.g.: gfx_v6_0).</div>

</body></html>