Re: [PATCH] debugobject: Prevent init race with static objects
From: Thomas Gleixner
Date: Thu Apr 13 2023 - 08:15:56 EST
On Wed, Apr 12 2023 at 17:17, Stephen Boyd wrote:
> Quoting Thomas Gleixner (2023-04-12 00:54:39)
>> + /* If NULL the allocaction has hit OOM */
>
> s/allocaction/allocation/
That's what I probably wanted to type.
>> - obj = lookup_object(addr, db);
>> + /* If NULL the allocaction has hit OOM */
>
> Same comment.
The wonders of copy & pasta!
Thanks for the review!
tglx