commit | 566c6e43700c4f87408488aa7fef28fa37e8d455 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Sep 24 10:32:04 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 15:25:12 2013 -0500 |
tree | 386a10c1c8f1fd5deb9298efb08fb5d1749f255e | |
parent | 39d9abfa23c0d9fa7034c9fd01124be98eb92c4d [diff] |
cosmetic: doc: driver-model: Do not number driver lists Everytime a dead driver is removed from the list, we must re-number. This is a painful task. Try git show e53232250 -- doc/driver-model/UDM-serial.txt git show 6f62f4207 -- doc/driver-model/UDM-serial.txt git show b9f4bc34a -- doc/driver-model/UDM-serial.txt to see what I mean. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>