Re: [Resend PATCH v2] ipe: fix typo

From: Fan Wu

Date: Wed Sep 02 2026 - 11:27:53 EST


On Wed, Sep 2, 2026 at 5:48 AM Manuel Ebner <manuelebnerli@xxxxxxxxxxx> wrote:
>
> From: Manuel Ebner <manuelebner@xxxxxxxxxxx>
>
> Correct Set Group ID from 'sgid=)' to 'sgid=0'
>
> Fixes: ac6731870ed9 ("documentation: add IPE documentation")
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
> ---

...

As requested in v1, please make the commit message more descriptive.
The keyboard-layout speculation is not useful and won't be included in
the commit history.

For example:

ipe: fix invalid sgid value in audit event documentation

The audit event example in the IPE documentation contains sgid=),
which is not a valid Set Group ID value. Fix it to use sgid=0.

Please update the commit message accordingly.

-Fan