Re: [PATCH 1/2] samples/kobject: fix path comment

From: Greg KH
Date: Tue Jul 15 2025 - 10:59:09 EST


On Tue, Jul 15, 2025 at 10:30:01PM +0800, Meng-Shao.Liu wrote:
> The introductory comment still says the example creates
> /sys/kernel/kobject-example, but the code actually creates
> /sys/kernel/kobject_example.
>
> Update both comments to reflect the actual sysfs paths. Also,
> fix "tree"->"three" typo in kset-example.c.
>
> Signed-off-by: Meng-Shao.Liu <sau525@xxxxxxxxx>

Please use your name correctly, I doubt it has a '.' in it :)

> ---
> samples/kobject/kobject-example.c | 2 +-
> samples/kobject/kset-example.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)

Your patch series was not threaded, what happened? When you resend, try
to use something like git send-email to have that work properly.

thanks,

greg k-h