Changeset f651e80 in mainline for kernel/genarch/src/ofw/ofw_tree.c


Ignore:
Timestamp:
2009-01-08T12:07:38Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7447572
Parents:
c571f42
Message:

Make newlines in panic messages consistent. Add periods at end of messages so that it is obvious whether they are printed entirely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/ofw/ofw_tree.c

    rc571f42 rf651e80  
    8686        prop = ofw_tree_getprop(node, "name");
    8787        if (!prop)
    88                 panic("Node without name property.\n");
     88                panic("Node without name property.");
    8989               
    9090        if (prop->size < 2)
    91                 panic("Invalid name property.\n");
     91                panic("Invalid name property.");
    9292       
    9393        return prop->value;
Note: See TracChangeset for help on using the changeset viewer.