]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe: Drop xe_ prefix from static functions in xe_mmio.c
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 30 May 2024 13:35:25 +0000 (15:35 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 30 May 2024 21:50:27 +0000 (23:50 +0200)
commit8c52ca22b15b5b3ce62b3e2a9ec9f3fbb6302783
tree876cb3328e6b12e86ca9ba9bc8403fd801f044d8
parent2d8865b27724117022a67984e4a6ef94c9555ec7
drm/xe: Drop xe_ prefix from static functions in xe_mmio.c

Rename static functions to align with our typical coding style.
While at it, downgrade the existing kernel-doc for internal
function to normal comment.

Suggested-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240530133527.1328-4-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_mmio.c