Lines Matching refs:a
8 Here is a short list of suggestions to anybody working with lwIP and
10 First of all as you may already know lwIP is a volunteer project so feedback
18 3. end debug messages with a trailing newline (\n).
21 6. one space and no newline before opening curly braces of a block.
22 7. closing curly brace on a single line.
38 2. If you think you found a bug make sure it's not already filed in the
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
44 This is a good way to see if they are used at all - the same goes for unix
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
47 or a patch will be enough.
48 If you correct an existing bug then attach the patch to the bug rather than creating a new entry in the patch area.
49 5. Trivial patches (compiler warning, indentation and spelling fixes or anything obvious which takes a line or two)
52 for reporting a compiler warning fix.
53 6. Patches should be specific to a single change or to related changes.Do not mix bugfixes with spelling and other
60 1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and