From: Steve French <smfrench@gmail.com> To: CIFS <linux-cifs@vger.kernel.org> Subject: [PATCH][SMB3] Fix typo in smb2pdu.h Date: Sat, 3 Jul 2021 15:54:23 -0500 [thread overview] Message-ID: <CAH2r5mtsZCW77xg_mtcQjznSZ-iBZZjDE4Z_+odfnpeEYYfNnA@mail.gmail.com> (raw) [-- Attachment #1: Type: text/plain, Size: 658 bytes --] 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> --- fs/cifs/smb2pdu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index a5c48b85549a..ba75e65924ac 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -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, -- Thanks, Steve [-- Attachment #2: 0001-smb3-fix-typo-in-header-file.patch --] [-- Type: text/x-patch, Size: 852 bytes --] From d8f2b390b109094cd03d74939fbb590fd666fb45 Mon Sep 17 00:00:00 2001 From: Steve French <stfrench@microsoft.com> Date: Sat, 3 Jul 2021 15:49:35 -0500 Subject: [PATCH] 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> --- fs/cifs/smb2pdu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index a5c48b85549a..ba75e65924ac 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h @@ -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, -- 2.30.2
reply other threads:[~2021-07-03 20:54 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAH2r5mtsZCW77xg_mtcQjznSZ-iBZZjDE4Z_+odfnpeEYYfNnA@mail.gmail.com \ --to=smfrench@gmail.com \ --cc=linux-cifs@vger.kernel.org \ --subject='Re: [PATCH][SMB3] Fix typo in smb2pdu.h' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).