diff options
author | Dan Williams <dcbw@redhat.com> | 2015-08-31 10:36:35 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2015-08-31 10:36:51 -0500 |
commit | 97aaa6855d071f64ec2e28df1b9f816da02a3e07 (patch) | |
tree | 0cb89e22966b2342f1b14874df3d0d36c1dbdfd3 /data | |
parent | 299a47aa8e5da4407bfeb8936496c0a5b6d14978 (diff) |
dms: avoid using 'new' as a variable name
Reported-by: Tom Schuring
Diffstat (limited to 'data')
-rw-r--r-- | data/qmi-service-dms.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 706c41a..b5937c5 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -1157,13 +1157,13 @@ "service" : "DMS", "id" : "0x0052", "version" : "1.5", - "input" : [ { "name" : "Current", + "input" : [ { "name" : "Current Code", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", "format" : "string", "fixed-size" : "6" }, - { "name" : "New", + { "name" : "New Code", "id" : "0x02", "mandatory" : "yes", "type" : "TLV", |