]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf/x86/intel/bts: Rename local bts_buffer variables for clarity
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 7 Apr 2025 08:52:53 +0000 (10:52 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Apr 2025 10:14:14 +0000 (12:14 +0200)
commit3256a83335a40b435cc2ea3aed159608879f6ed8
tree23cc342b4a91de6c774495fde771834bfa246187
parentec980e4facef8110f6fce27e5b6344660117f01f
perf/x86/intel/bts: Rename local bts_buffer variables for clarity

Rename struct bts_buffer objects from 'buf' to 'bb' to improve the
readability when accessing the structure's 'buf' member. For example,
'buf->buf[]' becomes 'bb->buf[]'.

Indent line 327 using tabs to silence a checkpatch warning.

No functional changes intended.

Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250407085253.742834-2-thorsten.blum@linux.dev
arch/x86/events/intel/bts.c