X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsearch.h;h=7faf23f4aca255554acc3e60c88d1dd7bd6989b2;hb=d2e5250be49fce4653689c41a5dc7e2d7e7ecf33;hp=d0bb44388e19041b5d20f0398a4630a937743b9a;hpb=795f8fd0b591eef7cf3f8c6fcf9788280029cc4a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/search.h b/include/search.h index d0bb443..7faf23f 100644 --- a/include/search.h +++ b/include/search.h @@ -86,7 +86,7 @@ int hmatch_r(const char *match, int last_idx, struct env_entry **retval, * @key: Name of entry to delete * @htab: Hash table * @flag: Flags to use (H_...) - * @return 0 on success, -ENOENT if not found, -EPERM if the hash table callback + * Return: 0 on success, -ENOENT if not found, -EPERM if the hash table callback * rejected changing the variable, -EINVAL if the hash table refused to * delete the variable */