Searched refs:WARN (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | checkpatch.pl | 1110 sub WARN { subroutine 1146 WARN("use relative pathname instead of absolute in changelog text\n" . $herecurr); 1343 WARN("patch prefix '$p1_prefix' exists, appears to be a -p0 patch\n"); 1373 WARN("Signed-off-by: is the preferred form\n" . 1377 WARN("space required after Signed-off-by:\n" . 1455 …WARN("please write a paragraph that describes the config symbol fully\n" . $herecurr) if ($is_end … 1469 WARN("line over 80 characters\n" . $herecurr); 1474 WARN("unnecessary whitespace before a quoted newline\n" . $herecurr); 1479 WARN("adding a line without newline at end of file\n" . $herecurr); 1509 WARN("please, no space before tabs\n" . $herevet); [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | checks.c | 36 WARN = 1, enumerator 98 if ((c->level < WARN) || (c->level <= quiet)) in check_msg() 482 CHECK_IS_CELL(address_cells_is_cell, "#address-cells", WARN); 483 CHECK_IS_CELL(size_cells_is_cell, "#size-cells", WARN); 484 CHECK_IS_CELL(interrupt_cells_is_cell, "#interrupt-cells", WARN); 486 CHECK_IS_STRING(device_type_is_string, "device_type", WARN); 487 CHECK_IS_STRING(model_is_string, "model", WARN); 488 CHECK_IS_STRING(status_is_string, "status", WARN); 506 CHECK(addr_size_cells, NULL, fixup_addr_size_cells, NULL, NULL, WARN, 541 NODE_CHECK(reg_format, NULL, WARN, &addr_size_cells); [all …]
|