Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f653858 authored by Steve French's avatar Steve French
Browse files

Remove typo



Cut and paste likely introduced accidentally inserted spurious #define
in d60622eb causes no harm but looks weird

Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent c8664730
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -311,7 +311,6 @@ smb2_print_stats(struct seq_file *m, struct cifs_tcon *tcon)
	seq_printf(m, "\nSessionSetups: %d sent %d failed",
		   atomic_read(&sent[SMB2_SESSION_SETUP_HE]),
		   atomic_read(&failed[SMB2_SESSION_SETUP_HE]));
#define SMB2LOGOFF		0x0002 /* trivial request/resp */
	seq_printf(m, "\nLogoffs: %d sent %d failed",
		   atomic_read(&sent[SMB2_LOGOFF_HE]),
		   atomic_read(&failed[SMB2_LOGOFF_HE]));