linux-stable/drivers/w1
Krzysztof Kozlowski ad9c36be1f w1: minor white-space and code style fixes
Correct several coding convention violations around white-spaces:

  ERROR: spaces required around that '=' (ctx:VxV)
  WARNING: Missing a blank line after declarations
  ERROR: "foo* bar" should be "foo *bar"
  ERROR: "(foo*)" should be "(foo *)"
  WARNING: Block comments use * on subsequent lines
  WARNING: Block comments use a trailing */ on a separate line
  WARNING: please, no space before tabs
  WARNING: Missing a blank line after declarations
  ERROR: open brace '{' following struct go on the same line
  ERROR: that open brace { should be on the previous line

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230415104304.104134-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-20 14:15:06 +02:00
..
masters w1: minor white-space and code style fixes 2023-04-20 14:15:06 +02:00
slaves w1: minor white-space and code style fixes 2023-04-20 14:15:06 +02:00
Kconfig
Makefile
w1.c driver core: make struct bus_type.uevent() take a const * 2023-01-27 13:45:52 +01:00
w1_family.c
w1_int.c w1: fix deadloop in __w1_remove_master_device() 2023-01-19 17:26:31 +01:00
w1_internal.h
w1_io.c
w1_netlink.c w1: Split memcpy() of struct cn_msg flexible array 2022-09-30 14:37:10 +02:00
w1_netlink.h