diff mbox

[1/2] manifesto: Making it lowbrow (Class -> class)

Message ID 1428361464-8773-1-git-send-email-john.stultz@linaro.org
State New
Headers show

Commit Message

John Stultz April 6, 2015, 11:04 p.m. UTC
Alex suggested we should use lower-case "class" keyword
for consistency. So this patch changes it in all the
example manifest files.

Cc: mark greer <mark.greer@animalcreek.com>
Cc: Alex Elder <alex.elder@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@google.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 examples/simple-gpio-module.mnfs |    2 +-
 examples/simple-i2c-module.mnfs  |    2 +-
 examples/simple-pwm-module.mnfs  |    2 +-
 examples/simple-uart-module.mnfs |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/examples/simple-gpio-module.mnfs b/examples/simple-gpio-module.mnfs
index fee63c8..d87a5fd 100644
--- a/examples/simple-gpio-module.mnfs
+++ b/examples/simple-gpio-module.mnfs
@@ -42,4 +42,4 @@  id = 0
 
 ; Control Class
 [class-descriptor "0"]
-Class = 0x00
+class = 0x00
diff --git a/examples/simple-i2c-module.mnfs b/examples/simple-i2c-module.mnfs
index f106a2d..55c067d 100644
--- a/examples/simple-i2c-module.mnfs
+++ b/examples/simple-i2c-module.mnfs
@@ -42,4 +42,4 @@  id = 0
 
 ; Control Class
 [class-descriptor "0"]
-Class = 0x00
+class = 0x00
diff --git a/examples/simple-pwm-module.mnfs b/examples/simple-pwm-module.mnfs
index 7cb3a10..f5343c2 100644
--- a/examples/simple-pwm-module.mnfs
+++ b/examples/simple-pwm-module.mnfs
@@ -42,4 +42,4 @@  id = 0
 
 ; Control Class
 [class-descriptor "0"]
-Class = 0x00
+class = 0x00
diff --git a/examples/simple-uart-module.mnfs b/examples/simple-uart-module.mnfs
index d4b983d..08f793d 100644
--- a/examples/simple-uart-module.mnfs
+++ b/examples/simple-uart-module.mnfs
@@ -42,4 +42,4 @@  id = 0
 
 ; Control Class
 [class-descriptor "0"]
-Class = 0x00
+class = 0x00