docs: fault-injection: fix non-working usage of negative values
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 3 Jun 2021 12:58:41 +0000 (14:58 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 14 Jun 2021 21:58:22 +0000 (15:58 -0600)
commit005747526d4f3c2ec995891e95cb7625161022f9
tree012d3da858ae493cf64ccb040754a6bff528c9c8
parent91a1265cacdd96229304adddf18dcf64a4b8c040
docs: fault-injection: fix non-working usage of negative values

Fault injection uses debugfs in a way that the provided values via sysfs
are interpreted as u64. Providing negative numbers results in an error:

/sys/kernel/debug/fail_function# echo -1 > times
sh: write error: Invalid argument

Update the docs and examples to use "printf %#x <val>" in these cases.
For "retval", reword the paragraph a little and fix a typo.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20210603125841.27436-1-wsa+renesas@sang-engineering.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/fault-injection/fault-injection.rst