aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-11 11:52:34 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-12 19:16:41 +0200
commit2308644b0ce938bbdfe6155b12aae85dd02beea7 (patch)
tree02528c1469b8fa68954eeb388e6220b02f00efc1 /package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c
parentfdd968d64e507e902891bf8a2be9ac00f80a57e5 (diff)
downloadupstream-2308644b0ce938bbdfe6155b12aae85dd02beea7.tar.gz
upstream-2308644b0ce938bbdfe6155b12aae85dd02beea7.tar.bz2
upstream-2308644b0ce938bbdfe6155b12aae85dd02beea7.zip
ipq40xx: replace "ok" with "okay" for status in DTS files
While "ok" is recognized in DT parsing, only "okay" is actually mentioned as valid value. Replace it accordingly. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c')
0 files changed, 0 insertions, 0 deletions
iable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
entity tb is
end tb;

architecture behav of tb is
  constant msg : string := "hello world";
begin
  assert msg (positive range 1 to 5) = "hello" severity failure;
  assert msg (positive range 7 to 11) = "world";
end behav;