staging: pi433: Rename struct pi433_device instances to pi433.
authorShahar Avidar <ikobh7@gmail.com>
Fri, 5 Apr 2024 07:39:55 +0000 (10:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2024 15:52:13 +0000 (17:52 +0200)
commit6f85a70352174856992efeaaff2ac9fcf6b824a8
treeffbe75fa9f6a49fe2768af4170c05434330c540d
parent80f91c8237398049b08c0d8f34180ef0efc00ad7
staging: pi433: Rename struct pi433_device instances to pi433.

Just as other devices use specific names for instantiation,
struct_pi433 should also have a distinct name.
Moreover, some other structs use the "dev" or "device" in their naming
conventions for members, which can be confusing.

Signed-off-by: Shahar Avidar <ikobh7@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240405074000.3481217-3-ikobh7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c