hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/dlm/rcom.c
....@@ -1,12 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /******************************************************************************
23 *******************************************************************************
34 **
45 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
56 ** Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved.
67 **
7
-** This copyrighted material is made available to anyone wishing to use,
8
-** modify, copy, or redistribute it subject to the terms and conditions
9
-** of the GNU General Public License v.2.
108 **
119 *******************************************************************************
1210 ******************************************************************************/
....@@ -565,7 +563,7 @@
565563 lock = 1;
566564 reply = 1;
567565 break;
568
- };
566
+ }
569567
570568 spin_lock(&ls->ls_recover_lock);
571569 status = ls->ls_recover_status;