mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 17:43:56 +08:00
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>
This commit is contained in:
parent
b019e1187c
commit
90810c25cf
@ -13,7 +13,7 @@
|
||||
#define _SMB2PDU_H
|
||||
|
||||
#include <net/sock.h>
|
||||
#include <cifsacl.h>
|
||||
#include "cifsacl.h"
|
||||
|
||||
/*
|
||||
* Note that, due to trying to use names similar to the protocol specifications,
|
||||
|
Loading…
Reference in New Issue
Block a user