diff mbox series

error: Fix typo.

Message ID 20220212152121.11032-1-netbox253@gmail.com (mailing list archive)
State Accepted
Commit 65302d98e1ba584f32c7675d097d2dab7c674605
Headers show
Series error: Fix typo. | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/checkpatch success Checkpatch PASS
tedd_an/gitlint fail error: Fix typo. 1: T3 Title has trailing punctuation (.): "error: Fix typo."
tedd_an/setupell success Setup ELL PASS
tedd_an/buildprep success Build Prep PASS
tedd_an/build success Build Configuration PASS
tedd_an/makecheck success Make Check PASS
tedd_an/makecheckvalgrind success Make Check PASS
tedd_an/makedistcheck success Make Distcheck PASS
tedd_an/build_extell success Build External ELL PASS
tedd_an/build_extell_make success Build Make with External ELL PASS

Commit Message

Fabrice Delliaux Feb. 12, 2022, 3:21 p.m. UTC
---
 src/error.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

bluez.test.bot@gmail.com Feb. 12, 2022, 4:43 p.m. UTC | #1
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 mbox series

Patch

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"