mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
kernel-symbol: code style cleanup
This commit is contained in:
@ -41,7 +41,9 @@ sp_kernel_symbol_resolver_resolve_with_context (SpSymbolResolver *resolver,
|
|||||||
if (context != SP_ADDRESS_CONTEXT_KERNEL)
|
if (context != SP_ADDRESS_CONTEXT_KERNEL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (NULL != (sym = sp_kernel_symbol_from_address (address)))
|
sym = sp_kernel_symbol_from_address (address);
|
||||||
|
|
||||||
|
if (sym != NULL)
|
||||||
{
|
{
|
||||||
*tag = linux_quark;
|
*tag = linux_quark;
|
||||||
return g_strdup (sym->name);
|
return g_strdup (sym->name);
|
||||||
|
|||||||
Reference in New Issue
Block a user