mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 14:45:14 +00:00
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>
This commit is contained in:
parent
0a90e0f101
commit
67220a9ea3
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ static char *hex2str(void *buf, size_t len)
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
while (len--) {
|
while (len--) {
|
||||||
obuf = pack_hex_byte(obuf, *ibuf++);
|
obuf = hex_byte_pack(obuf, *ibuf++);
|
||||||
*obuf++ = '-';
|
*obuf++ = '-';
|
||||||
}
|
}
|
||||||
obuf--;
|
obuf--;
|
||||||
|
|
Loading…
Add table
Reference in a new issue