Message ID | 20240416231205.2116175-2-me@prestonhunt.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 89cb88b0f030cd1b4dc96cfd1760332122957ec3 |
Headers | show |
Series | Fix spelling in monitor | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | warning | CheckSparse WARNING monitor/packet.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/packet.c:1867:26: warning: Variable length array is used.monitor/packet.c: note: in included file:monitor/bt.h:3606:52: warning: array of flexible structuresmonitor/bt.h:3594:40: warning: array of flexible structures |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=845239 ---Test result--- Test Summary: CheckPatch PASS 0.39 seconds GitLint PASS 0.28 seconds BuildEll PASS 24.75 seconds BluezMake PASS 1709.71 seconds MakeCheck PASS 13.37 seconds MakeDistcheck PASS 176.67 seconds CheckValgrind PASS 246.91 seconds CheckSmatch WARNING 349.49 seconds bluezmakeextell PASS 118.76 seconds IncrementalBuild PASS 1478.40 seconds ScanBuild PASS 987.57 seconds Details ############################## Test: CheckSmatch - WARNING Desc: Run smatch tool with source Output: monitor/packet.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/packet.c:1867:26: warning: Variable length array is used.monitor/packet.c: note: in included file:monitor/bt.h:3606:52: warning: array of flexible structuresmonitor/bt.h:3594:40: warning: array of flexible structures --- Regards, Linux Bluetooth
diff --git a/monitor/packet.c b/monitor/packet.c index 48fff2ba6..5abf164eb 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -3779,7 +3779,7 @@ static void print_transport_data(const uint8_t *data, uint8_t len) print_field(" Provider Only"); break; case 0x03: - print_field(" Both Seeker an Provider"); + print_field(" Both Seeker and Provider"); break; }