mbox series

[v4,0/2] eeprom: at24: coding style fixes

Message ID 20171213105624.27058-1-brgl@bgdev.pl
Headers show
Series eeprom: at24: coding style fixes | expand

Message

Bartosz Golaszewski Dec. 13, 2017, 10:56 a.m. UTC
Just two patches fixing minor coding style issues. The first one
contains fixes for problems reported by checkpatch. The second adds
a common prefix to all symbols in at24.c.

v1 -> v2:
- don't break the user space: use module_param_named() for module
  parameters

v2 -> v3:
- s/at24_tool_until/at24_loop_until/g
- tweaked the commit message in patch 2/2

v3 -> v4:
- drop the octal permissions fix in module_param(): checkpatch.pl will
  be modified to not raise this error for perms == 0

Bartosz Golaszewski (2):
  eeprom: at24: fix coding style issues
  eeprom: at24: use a common prefix for all symbols in at24.c

 drivers/misc/eeprom/at24.c | 48 ++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 23 deletions(-)