]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/ttm: Remove unneeded blank line in comment
authorJocelyn Falempe <jfalempe@redhat.com>
Mon, 30 Jun 2025 14:41:08 +0000 (16:41 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 2 Jul 2025 20:31:20 +0000 (13:31 -0700)
commitd6a59ee852758bc69c4cc821954db277a2bd5b93
treefe2e7999a49baa41ba1a84c874e450cbb57c67d2
parenta975fea5b9ff96d96c74758cbe17da0451f2de07
drm/ttm: Remove unneeded blank line in comment

There is an unneeded blank line in the documentation of the function
ttm_bo_kmap_try_from_panic().

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506290453.NeTXAb7S-lkp@intel.com/
Fixes: 718370ff28328 ("drm/ttm: Add ttm_bo_kmap_try_from_panic()")
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250630144154.44661-1-jfalempe@redhat.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/ttm/ttm_bo_util.c