Message ID | 20220212152121.11032-1-netbox253@gmail.com |
---|---|
State | New |
Headers | show |
Series | error: Fix typo. | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=613741 ---Test result--- Test Summary: CheckPatch PASS 1.49 seconds GitLint FAIL 0.99 seconds Prep - Setup ELL PASS 42.37 seconds Build - Prep PASS 0.74 seconds Build - Configure PASS 8.49 seconds Build - Make PASS 1398.59 seconds Make Check PASS 11.79 seconds Make Check w/Valgrind PASS 442.96 seconds Make Distcheck PASS 229.39 seconds Build w/ext ELL - Configure PASS 8.59 seconds Build w/ext ELL - Make PASS 1386.47 seconds Incremental Build with patchesPASS 0.00 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint with rule in .gitlint Output: error: Fix typo. 1: T3 Title has trailing punctuation (.): "error: Fix typo." --- Regards, Linux Bluetooth
diff --git a/src/error.h b/src/error.h index dded9f93d..cc7790a23 100644 --- a/src/error.h +++ b/src/error.h @@ -27,7 +27,7 @@ "argument" #define ERR_BREDR_CONN_ADAPTER_NOT_POWERED "br-connection-adapter-not-"\ "powered" -#define ERR_BREDR_CONN_NOT_SUPPORTED "br-connection-not-suuported" +#define ERR_BREDR_CONN_NOT_SUPPORTED "br-connection-not-supported" #define ERR_BREDR_CONN_BAD_SOCKET "br-connection-bad-socket" #define ERR_BREDR_CONN_MEMORY_ALLOC "br-connection-memory-"\ "allocation"