Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wireless: at76c50x: follow rename pack_hex_byte to hex_byte_pack

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andy Shevchenko and committed by
Linus Torvalds
67220a9e 0a90e0f1

+1 -1
+1 -1
drivers/net/wireless/at76c50x-usb.c
··· 517 517 goto exit; 518 518 519 519 while (len--) { 520 - obuf = pack_hex_byte(obuf, *ibuf++); 520 + obuf = hex_byte_pack(obuf, *ibuf++); 521 521 *obuf++ = '-'; 522 522 } 523 523 obuf--;