* Matthew Wilcox <willy@xxxxxxxxxxxxx> [220224 14:41]: > On Thu, Feb 24, 2022 at 06:42:52PM +0000, Liam Howlett wrote: > > > include/linux/maple_tree.h:589:20: note: previous definition of 'mt_init' with type 'void(struct maple_tree *)' > > > 589 | static inline void mt_init(struct maple_tree *mt) > > > | ^~~~~~~ > > > > > > > > > vim +233 arch/mips/kernel/mips-mt.c > > > > > > Naming is hard, all the good ones are taken. I'll rename the maple tree > > init. > > Actually, I think it's probably better to rename the existing one. > mips_mt_init() would be fine. > Sounds good. mips_mt_init() fits with the other function names in mips-mt.c Thanks, Liam