Commit 2bb55682 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Fix comment in parse_hex_value

From:  <adobriyan@mail.ru>

(Acked by William Lee Irwin III <wli@holomorphy.com>)
parent 92e4bbf2
......@@ -904,7 +904,7 @@ static unsigned int parse_hex_value(const char __user *buffer,
return -EFAULT;
/*
* Parse the first 8 characters as a hex string, any non-hex char
* Parse the first HEX_DIGITS characters as a hex string, any non-hex char
* is end-of-string. '00e1', 'e1', '00E1', 'E1' are all the same.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment