Attention is currently required from: dexter.
5 comments:
File src/pcu_l1_if_phy.h:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3662):
Patch Set #2, Line 7: void *(*l1if_open_pdch)(uint8_t trx_no, uint32_t hlayer1, struct gsmtap_inst * gsmtap);
"foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3662):
Patch Set #2, Line 15: void (*use_phy_cb)(struct l1if_phy * phy), bool solitary);
"foo * bar" should be "foo *bar"
File src/pcu_l1_if_phy.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3662):
Patch Set #2, Line 21: void (*use_phy_cb)(struct l1if_phy * phy);
"foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3662):
Patch Set #2, Line 39: void(*use_phy_cb)(struct l1if_phy * phy), bool solitary)
"foo * bar" should be "foo *bar"
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-3662):
Patch Set #2, Line 39: void(*use_phy_cb)(struct l1if_phy * phy), bool solitary)
missing space after return type
To view, visit change 31341. To unsubscribe, or for help writing mail filters, visit settings.