Skip to content

Commit 90810c2

Browse files
committed
smb3: fix typo in header file
Although it compiles, the test robot correctly noted: 'cifsacl.h' file not found with <angled> include; use "quotes" instead Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent b019e11 commit 90810c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/cifs/smb2pdu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define _SMB2PDU_H
1414

1515
#include <net/sock.h>
16-
#include <cifsacl.h>
16+
#include "cifsacl.h"
1717

1818
/*
1919
* Note that, due to trying to use names similar to the protocol specifications,

0 commit comments

Comments
 (0)