From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Fri, 24 Sep 2021 20:30:11 -0400 Subject: [Cluster-devel] [PATCH dlm/next 1/5] fs: dlm: fix small lockspace typo Message-ID: <20210925003015.1862586-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch fixes a typo from lockspace to lockspace. Signed-off-by: Alexander Aring --- fs/dlm/lockspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index 0feffdeeb329..353a0ee21467 100644 --- a/fs/dlm/lockspace.c +++ b/fs/dlm/lockspace.c @@ -869,7 +869,7 @@ static int release_lockspace(struct dlm_ls *ls, int force) * until this returns. * * Force has 4 possible values: - * 0 - don't destroy locksapce if it has any LKBs + * 0 - don't destroy lockspace if it has any LKBs * 1 - destroy lockspace if it has remote LKBs but not if it has local LKBs * 2 - destroy lockspace regardless of LKBs * 3 - destroy lockspace as part of a forced shutdown -- 2.27.0