mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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)
|
||||
return NULL;
|
||||
|
||||
if (NULL != (sym = sp_kernel_symbol_from_address (address)))
|
||||
sym = sp_kernel_symbol_from_address (address);
|
||||
|
||||
if (sym != NULL)
|
||||
{
|
||||
*tag = linux_quark;
|
||||
return g_strdup (sym->name);
|
||||
|
||||
Reference in New Issue
Block a user