[DTrace-devel] [PATCH 6/6] uprobes: tiny style cleanup

Steven Sistare steven.sistare at oracle.com
Tue May 23 15:41:56 UTC 2023


On 5/22/2023 4:20 PM, Nick Alcock wrote:
> Not sure where this crept in, but it's obviously wrong.
> 
> Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
> ---
>  libdtrace/dt_prov_uprobe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdtrace/dt_prov_uprobe.c b/libdtrace/dt_prov_uprobe.c
> index 32b6996762b3f..5bc36e56548ed 100644
> --- a/libdtrace/dt_prov_uprobe.c
> +++ b/libdtrace/dt_prov_uprobe.c
> @@ -673,7 +673,7 @@ static void detach(dtrace_hdl_t *dtp, const dt_probe_t *prp)
>  
>  	uprobe_delete(upp->dev, upp->inum, upp->off, upp->flags & PP_IS_RETURN,
>  		      upp->flags & PP_IS_ENABLED);
> -	}
> +}
>  
>  /*
>   * Used for underlying probes (uprobes).

This does not apply in my clone of origin/2.0-branch-dev.
An accidental change in your workspace?

- Steve



More information about the DTrace-devel mailing list