Commit 90810c25 authored by Steve French's avatar Steve French

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: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent b019e118
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#define _SMB2PDU_H #define _SMB2PDU_H
#include <net/sock.h> #include <net/sock.h>
#include <cifsacl.h> #include "cifsacl.h"
/* /*
* Note that, due to trying to use names similar to the protocol specifications, * Note that, due to trying to use names similar to the protocol specifications,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment