Merge branch '2020-05-15-misc-bugfixes'
authorTom Rini <trini@konsulko.com>
Fri, 15 May 2020 20:42:06 +0000 (16:42 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 20:42:06 +0000 (16:42 -0400)
- A number of symbol name consistency updates
- JFFS2 bugfix
- Use /* fallthrough */ for now to help at least gcc know when we're
  intentionally not 'break;'ing in a switch statement, we'll adopt
  fallthrough; later on.
- Assorted other fixes


Trivial merge