Loading ipc/apr_vm.c +5 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2010-2014, 2016-2019 The Linux Foundation. All rights reserved. * Copyright (c) 2010-2014, 2016-2020 The Linux Foundation. All rights reserved. */ #include <linux/kernel.h> Loading Loading @@ -1308,9 +1308,9 @@ static int __init apr_debug_init(void) } #else static int __init apr_debug_init(void) ( { return 0; ) } #endif static void apr_cleanup(void) Loading @@ -1331,7 +1331,9 @@ static void apr_cleanup(void) mutex_destroy(&client[i][j].svc[k].m_lock); } } #ifdef CONFIG_DEBUG_FS debugfs_remove(debugfs_apr_debug); #endif } static int apr_probe(struct platform_device *pdev) Loading Loading
ipc/apr_vm.c +5 −3 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2010-2014, 2016-2019 The Linux Foundation. All rights reserved. * Copyright (c) 2010-2014, 2016-2020 The Linux Foundation. All rights reserved. */ #include <linux/kernel.h> Loading Loading @@ -1308,9 +1308,9 @@ static int __init apr_debug_init(void) } #else static int __init apr_debug_init(void) ( { return 0; ) } #endif static void apr_cleanup(void) Loading @@ -1331,7 +1331,9 @@ static void apr_cleanup(void) mutex_destroy(&client[i][j].svc[k].m_lock); } } #ifdef CONFIG_DEBUG_FS debugfs_remove(debugfs_apr_debug); #endif } static int apr_probe(struct platform_device *pdev) Loading