On Wed, 18 Jun 2025 11:20:15 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > > +++ b/kernel/unwind/Makefile > > > @@ -1 +1 @@ > > > - obj-$(CONFIG_UNWIND_USER) += user.o > > > + obj-$(CONFIG_UNWIND_USER) += user.o deferred.o > > > > We really needed that extra whitespace? :-) > > Oops, I have no idea how that happened. Especially since emacs doesn't do > tabs well. I will replace the two tabs with a single tab which will still add space, as it replaces a single space with a tab. But tabs appear to be more consistent with other Makefiles. -- Steve