Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67220a9e authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Linus Torvalds
Browse files

wireless: at76c50x: follow rename pack_hex_byte to hex_byte_pack

parent 0a90e0f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@ static char *hex2str(void *buf, size_t len)
		goto exit;

	while (len--) {
		obuf = pack_hex_byte(obuf, *ibuf++);
		obuf = hex_byte_pack(obuf, *ibuf++);
		*obuf++ = '-';
	}
	obuf--;