X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cmd%2Fcros_ec.c;h=90921cecf602f93637e02ba2eb75c0c0b3f9d573;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=a40f5898b520962c62a7a30c4a8c8161a820aa21;hpb=0b1284eb52578e15ec611adc5fee1a9ae68dadea;p=platform%2Fkernel%2Fu-boot.git diff --git a/cmd/cros_ec.c b/cmd/cros_ec.c index a40f589..90921ce 100644 --- a/cmd/cros_ec.c +++ b/cmd/cros_ec.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -23,7 +22,7 @@ static const char * const ec_current_image_name[] = {"unknown", "RO", "RW"}; * * @param argc Number of params remaining * @param argv List of remaining parameters - * @return flash region (EC_FLASH_REGION_...) or -1 on error + * Return: flash region (EC_FLASH_REGION_...) or -1 on error */ static int cros_ec_decode_region(int argc, char *const argv[]) { @@ -48,7 +47,7 @@ static int cros_ec_decode_region(int argc, char *const argv[]) * @param is_write 1 do to a write, 0 to do a read * @param argc Number of arguments * @param argv Arguments (2 is region, 3 is address) - * @return 0 for ok, 1 for a usage error or -ve for ec command error + * Return: 0 for ok, 1 for a usage error or -ve for ec command error * (negative EC_RES_...) */ static int do_read_write(struct udevice *dev, int is_write, int argc,