Statistics
| Branch: | Revision:

root / hw / nvram / eeprom93xx.c @ ddf5636d

History | View | Annotate | Download (10.4 kB)

# Date Author Comment
6fedcaa1 12/06/2013 08:56 pm Antony Pavlov

eeprom93xx: fix coding style

scripts/checkpatch.pl reports about some style problems,
this commit fixes some of them:

ERROR: space prohibited before open square bracket '['
+ .fields = (VMStateField []) {

ERROR: space prohibited after that '!' (ctx:BxW)...

49ab747f 04/08/2013 07:13 pm Paolo Bonzini

hw: move target-independent files to subdirectories

This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.

Signed-off-by: Paolo Bonzini <>