]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/greybus/battery-gb.c
greybus: Random spell fixes
[karo-tx-linux.git] / drivers / staging / greybus / battery-gb.c
index 02178f53cc5bf2f576fa6febb82f3b9ea7e56c8c..13ade437d63c3a03574e4c3c4b66533c00ff607e 100644 (file)
@@ -165,7 +165,7 @@ static int get_tech(struct gb_battery *gb)
 
        /*
         * Map greybus values to power_supply values.  Hopefully these are
-        * "identical" which should allow gcc to optomize the code away to
+        * "identical" which should allow gcc to optimize the code away to
         * nothing.
         */
        technology = le32_to_cpu(tech_response.technology);
@@ -209,7 +209,7 @@ static int get_status(struct gb_battery *gb)
 
        /*
         * Map greybus values to power_supply values.  Hopefully these are
-        * "identical" which should allow gcc to optomize the code away to
+        * "identical" which should allow gcc to optimize the code away to
         * nothing.
         */
        battery_status = le16_to_cpu(status_response.battery_status);