Attention is currently required from: daniel, lynxis lazus.
8 comments:
File src/sgsn/gprs_routing_area.c:
Patch Set #5, Line 30: llist_for_each_entry_safe(cell, cell2, &ra->cells, list) {
space required before the open parenthesis '('
This one needs to be fixed. This is a for, not a function, we use a space.
Patch Set #5, Line 95: llist_for_each_entry(ra, &sgsn_ra_ctx->ras, list)
space required before the open parenthesis '('
Please fix.
Patch Set #5, Line 111: llist_for_each_entry(ra, &sgsn_ra_ctx->ras, list) {
space required before the open parenthesis '('
Please fix.
Patch Set #5, Line 112: llist_for_each_entry(cell, &ra->cells, list) {
space required before the open parenthesis '('
Please fix.
Patch Set #5, Line 131: llist_for_each_entry_safe(cell, tmp, &ra->cells, list) {
space required before the open parenthesis '('
Please fix.
Patch Set #5, Line 164: llist_for_each_entry(cell, &ra->cells, list) {
space required before the open parenthesis '('
Please fix.
Patch Set #5, Line 179: llist_for_each_entry(ra, &sgsn_ra_ctx->ras, list) {
space required before the open parenthesis '('
Please fix.
Patch Set #5, Line 183: llist_for_each_entry(cell, &ra->cells, list) {
space required before the open parenthesis '('
Please fix.
To view, visit change 37864. To unsubscribe, or for help writing mail filters, visit settings.