Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update commit comment example

...

Formatting Git Commit Comments

See Submitting Changes Commit Comments for a detailed description of the commit comment style. If your comments are do not include the Change-Id: line as described below, the patch will be rejected at submission time.

Sample Commit message:

No Format
LU-999000 component: short description of change under 64 columns

A more detailed explanation of the change being made.  This can be 
as detailed as you'd like, possibly several paragraphs in length.

Please explain bothprovide a detailed explanation of what problem was solved and ,
a good high-level
 description of how it was solved, and which
parts of the code were affected (including function names as
needed, for easier searching).  Wrap lines at 7072 columns or less.

Signed-off-by: Random J Developer <random@developer.example.org>
Change-Id: Ica9ed1612eab0c4673dee088f8b441d806c64932

...