diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2020-02-21 17:13:52 +0900 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-02-21 09:59:39 -0500 |
commit | 5f811c57c99205e048926293bb812c750a6ea562 (patch) | |
tree | c5d42ee18f3be934f401afb43894bc8203b9623a /lib/dec_and_lock.c | |
parent | 4e4694d8729f7cd6381f6691e8f83e378fce3160 (diff) | |
download | linux-stable-5f811c57c99205e048926293bb812c750a6ea562.tar.gz linux-stable-5f811c57c99205e048926293bb812c750a6ea562.tar.bz2 linux-stable-5f811c57c99205e048926293bb812c750a6ea562.zip |
bootconfig: Add append value operator support
Add append value operator "+=" support to bootconfig syntax.
With this operator, user can add new value to the key as
an entry of array instead of overwriting.
For example,
foo = bar
...
foo += baz
Then the key "foo" has "bar" and "baz" values as an array.
Link: http://lkml.kernel.org/r/158227283195.12842.8310503105963275584.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'lib/dec_and_lock.c')
0 files changed, 0 insertions, 0 deletions