mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
lsqeth: Fix typos
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Polensky <japo@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
8efd4da53b
commit
56a656f1c9
@@ -87,7 +87,7 @@ static struct util_opt opt_vec[] = {
|
||||
/*
|
||||
* Exchange content of field value via simple translation map
|
||||
*
|
||||
* If the attribute is required for translation (attibute name is present in
|
||||
* If the attribute is required for translation (attribute name is present in
|
||||
* tr_attr_list[]) then the value of the attribute (if matches the dictionary
|
||||
* translation key) is exchanged by the target value of the translation
|
||||
* dictionary (sys_to_proc_dict[][2]).
|
||||
@@ -418,7 +418,7 @@ static bool not_layer2_attr(const char *attr_name)
|
||||
}
|
||||
|
||||
/*
|
||||
* Collect and print attributes for qeth-based device in sepcified format
|
||||
* Collect and print attributes for qeth-based device in specified format
|
||||
*/
|
||||
static void print_device(struct util_rec *rec, const char *device_id)
|
||||
{
|
||||
|
||||
@@ -85,7 +85,7 @@ char *misc_link_target(const char *fmt, ...)
|
||||
* @param[in] fmt Format string for path
|
||||
* @param[in] ... Variable arguments for format string
|
||||
*
|
||||
* @retval !0 Number of string elemnts added to argz array
|
||||
* @retval !0 Number of string elements added to argz array
|
||||
* @retval 0 File is empty or cannot be processed
|
||||
*/
|
||||
int misc_argz_add_from_file(char **argz, size_t *argz_len, const char *fmt, ...)
|
||||
@@ -138,4 +138,3 @@ ssize_t misc_read_buf(int fd, char *buf, size_t count)
|
||||
}
|
||||
return done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user