Re: [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()

From: Steven Rostedt
Date: Wed Jun 18 2025 - 12:29:03 EST


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