Merge "Fixing typos made in comments" 5.99.1 flounder/5.99.1 flounder_5.99.1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 25 May 2018 18:53:52 +0000 (18:53 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Fri, 25 May 2018 18:53:52 +0000 (18:53 +0000)
.gitreview
low-can-binding/binding/low-can-cb.cpp

index 3d19b7e..31c5b8d 100644 (file)
@@ -1,6 +1,6 @@
 [gerrit]
 host=gerrit.automotivelinux.org
 port=29418
-project=apps/low-level-can-service
+project=apps/agl-service-can-low-level
 defaultbranch=master
 
index c81cb9a..0f97404 100644 (file)
@@ -429,7 +429,7 @@ static int write_raw_frame(const std::string& bus_name, uint32_t can_id, uint8_t
        cf.can_dlc = can_dlc;
 
        struct json_object *x;
-       int n = json_object_array_length(can_data);
+       size_t n = json_object_array_length(can_data);
        if(n <= 8)
        {
                for (int i = 0 ; i < n ; i++)