Support mDNS responder probing #172102
Annotations
3 errors and 2 warnings
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
LINE_SPACING: Missing a blank line after declarations
File:subsys/net/lib/dns/mdns_responder.c
Line:1287
EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'announce', this function's name, in a string
File:subsys/net/lib/dns/mdns_responder.c
Line:1467
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests
Process completed with exit code 1.
|
Run Compliance Tests:
subsys/net/lib/dns/mdns_responder.c#L1287
subsys/net/lib/dns/mdns_responder.c:1287 Missing a blank line after declarations
|
Run Compliance Tests:
subsys/net/lib/dns/mdns_responder.c#L1467
subsys/net/lib/dns/mdns_responder.c:1467 Prefer using '"%s...", __func__' to using 'announce', this function's name, in a string
|
Loading