]> www.infradead.org Git - users/jedix/linux-maple.git/commit
auxdisplay: hd44780: Rename hd to hdc in hd44780_common_alloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Feb 2025 17:27:44 +0000 (19:27 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 10 Mar 2025 16:03:02 +0000 (18:03 +0200)
commit2c4849a41326b37a33b91595cba81f1f0f6a62f7
tree4e9b0d3fc4f28769e6b399364170da7e2440d323
parent65f095b2b1f2ae2e0919a24a6f6883b580b72602
auxdisplay: hd44780: Rename hd to hdc in hd44780_common_alloc()

The hd44780_common_alloc() uses hd for local variable while
the respective header uses hdc, rename to make it consistent
and avoid potential confuse with the drivers that use both
for different reasons. No functional changes intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/auxdisplay/hd44780_common.c