Re: [PATCH] ext4: Use %pe to print PTR_ERR() in namei.c
"Theodore Tso" <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-ext4,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <3ogsm2rbiyacwos6i3han5lwkuobxjjggpwfmkjbv45hrhqwh7@6d5mxzdvidbq> |
On Fri, Apr 24, 2026 at 04:22:45PM +0100, Abdellah Ouhbi wrote: > Fix coccicheck warning > ./namei.c:150:25-32: WARNING: Consider using %pe to print PTR_ERR() > > Replace %ld with %pe and PTR_ERR(bh) with bh pointer. > The %pe specifier automatically converts error pointers to > human-readable error names instead of raw error codes. > > Signed-off-by: Abdellah Ouhbi <[email protected]> I've folded the three patches you had sent into a single commit. For this kind of cleanup, there's no reason to have separate patches for each file. Thanks, - Ted