]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/lru_cache: fix spelling mistake "colision"->"collision"
authorDeshan Zhang <deshan@nfschina.com>
Thu, 25 Jul 2024 09:30:45 +0000 (17:30 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 2 Sep 2024 03:43:29 +0000 (20:43 -0700)
commit9a42bfd255b288dad2d1a9df0a1fe58394d5da12
tree8e3eedebd40df74e57418e7a10ae6576edeae097
parentfbe617af697c336db7630762158127eaa5a1d223
lib/lru_cache: fix spelling mistake "colision"->"collision"

There is a spelling mistake in a literal string and in cariable names.
Fix these.

Link: https://lkml.kernel.org/r/20240725093044.1742842-1-deshan@nfschina.com
Signed-off-by: Deshan Zhang <deshan@nfschina.com>
Cc: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Cc: Lars Ellenberg <lars.ellenberg@linbit.com>
Cc: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/lru_cache.h
lib/lru_cache.c