This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: keytable: fix repeat formatting Author: Vince Ricosti <vrico...@outlook.com> Date: Sun Nov 5 20:23:04 2023 +0000 Here is a dump of ir-keytable output: Found /sys/class/rc/rc0/ with: Name: gpio_ir_recv Driver: gpio_ir_recv Default keymap: rc-rc6-mce Input device: /dev/input/event0 LIRC device: /dev/lirc1 Attached BPF protocols: Operation non permise Supported kernel protocols: lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp imon Enabled kernel protocols: lirc sony bus: 25, vendor/product: 0001:0001, version: 0x0100 Repeat delay = 500 ms, repeat period = 125 ms The last line does not respect the key: value syntax because we have Repeat delay = 500 ms, repeat period = 125 ms instead of Repeat delay: 500 ms, repeat period: 125 ms Signed-off-by: Vince Ricosti <vrico...@outlook.com> Signed-off-by: Sean Young <s...@mess.org> utils/keytable/keytable.c | 2 +- v4l-utils-po/ca.po | 2 +- v4l-utils-po/de.po | 4 ++-- v4l-utils-po/fr.po | 2 +- v4l-utils-po/pt_BR.po | 4 ++-- v4l-utils-po/uk.po | 2 +- v4l-utils-po/v4l-utils.pot | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=fcf62ab17d69bc9ddb59e8d0ee7a8b56d9eba336 diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c index 3d5a3c51afa8..62f4531e0ba5 100644 --- a/utils/keytable/keytable.c +++ b/utils/keytable/keytable.c @@ -1702,7 +1702,7 @@ static int get_rate(int fd, unsigned int *delay, unsigned int *period) } *delay = rep[0]; *period = rep[1]; - printf(_("Repeat delay = %d ms, repeat period = %d ms\n"), *delay, *period); + printf(_("Repeat delay: %d ms, repeat period: %d ms\n"), *delay, *period); return 0; } diff --git a/v4l-utils-po/ca.po b/v4l-utils-po/ca.po index bbe35f385951..b93bd6f6e552 100644 --- a/v4l-utils-po/ca.po +++ b/v4l-utils-po/ca.po @@ -506,7 +506,7 @@ msgstr "" #: utils/keytable/keytable.c:1706 #, c-format -msgid "Repeat delay = %d ms, repeat period = %d ms\n" +msgid "Repeat delay: %d ms, repeat period: %d ms\n" msgstr "" #: utils/keytable/keytable.c:1725 diff --git a/v4l-utils-po/de.po b/v4l-utils-po/de.po index 22a093e783de..cd7dc5bf8012 100644 --- a/v4l-utils-po/de.po +++ b/v4l-utils-po/de.po @@ -563,8 +563,8 @@ msgstr "" #: utils/keytable/keytable.c:1706 #, c-format -msgid "Repeat delay = %d ms, repeat period = %d ms\n" -msgstr "Wiederholungsverzögerung = %d ms, Wiederholungsperiode = %d ms\n" +msgid "Repeat delay: %d ms, repeat period: %d ms\n" +msgstr "Wiederholungsverzögerung: %d ms, Wiederholungsperiode: %d ms\n" #: utils/keytable/keytable.c:1725 #, c-format diff --git a/v4l-utils-po/fr.po b/v4l-utils-po/fr.po index 94e59d9eda76..a966caf99b4b 100644 --- a/v4l-utils-po/fr.po +++ b/v4l-utils-po/fr.po @@ -550,7 +550,7 @@ msgstr "" #: utils/keytable/keytable.c:1706 #, c-format -msgid "Repeat delay = %d ms, repeat period = %d ms\n" +msgid "Repeat delay: %d ms, repeat period: %d ms\n" msgstr "" #: utils/keytable/keytable.c:1725 diff --git a/v4l-utils-po/pt_BR.po b/v4l-utils-po/pt_BR.po index eeaa1bef9054..f7314b88ca29 100644 --- a/v4l-utils-po/pt_BR.po +++ b/v4l-utils-po/pt_BR.po @@ -566,8 +566,8 @@ msgstr "" #: utils/keytable/keytable.c:1706 #, c-format -msgid "Repeat delay = %d ms, repeat period = %d ms\n" -msgstr "Intervalo de repetição = %d ms, perÃodo de repetição = %d ms\n" +msgid "Repeat delay: %d ms, repeat period: %d ms\n" +msgstr "Intervalo de repetição: %d ms, perÃodo de repetição: %d ms\n" #: utils/keytable/keytable.c:1725 #, c-format diff --git a/v4l-utils-po/uk.po b/v4l-utils-po/uk.po index 673b6c32ab4c..5e6576c69321 100644 --- a/v4l-utils-po/uk.po +++ b/v4l-utils-po/uk.po @@ -509,7 +509,7 @@ msgstr "" #: utils/keytable/keytable.c:1706 #, c-format -msgid "Repeat delay = %d ms, repeat period = %d ms\n" +msgid "Repeat delay: %d ms, repeat period: %d ms\n" msgstr "" #: utils/keytable/keytable.c:1725 diff --git a/v4l-utils-po/v4l-utils.pot b/v4l-utils-po/v4l-utils.pot index 4f82291a297c..aec9f6e1a235 100644 --- a/v4l-utils-po/v4l-utils.pot +++ b/v4l-utils-po/v4l-utils.pot @@ -506,7 +506,7 @@ msgstr "" #: utils/keytable/keytable.c:1706 #, c-format -msgid "Repeat delay = %d ms, repeat period = %d ms\n" +msgid "Repeat delay: %d ms, repeat period: %d ms\n" msgstr "" #: utils/keytable/keytable.c:1725
_______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits