From e8130a3575b78e0a7b76295d7387ac487e4c6017 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 3 Mar 2025 10:17:19 +0100 Subject: [PATCH 1/2] treewide: fix typos --- isobusfs/isobusfs_srv_dh.c | 4 ++-- testj1939.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/isobusfs/isobusfs_srv_dh.c b/isobusfs/isobusfs_srv_dh.c index 445766d..d92abea 100644 --- a/isobusfs/isobusfs_srv_dh.c +++ b/isobusfs/isobusfs_srv_dh.c @@ -663,7 +663,7 @@ static int isobusfs_srv_dh_ccd_res(struct isobusfs_srv_priv *priv, /* * We assume, the relative path stored in res->name is not longer - * than absolue path + * than absolute path */ if (req->name_len > ISOBUSFS_SRV_MAX_PATH_LEN) { pr_warn("path too long"); @@ -697,7 +697,7 @@ static int isobusfs_srv_dh_ccd_res(struct isobusfs_srv_priv *priv, process_error: if (ret < 0) { /* linux_error_to_isobusfs_error() can't distinguish between - * -EINVAL vor SRC and DST, so we have to do it manually. + * -EINVAL for SRC and DST, so we have to do it manually. */ if (ret == -EINVAL) error_code = ISOBUSFS_ERR_INVALID_DST_NAME; diff --git a/testj1939.c b/testj1939.c index 51008d6..08797cb 100644 --- a/testj1939.c +++ b/testj1939.c @@ -266,7 +266,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "- while (1)\n"); while (todo_echo || todo_recv) { /* - * re-use peername for storing the sender's peername of + * reuse peername for storing the sender's peername of * received packets */ if (verbose) From e3ee283443bedced074d39866b4285f3550310b8 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Mon, 3 Mar 2025 10:17:36 +0100 Subject: [PATCH 2/2] gitignore: ignore new tools if building with Makefile --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bad38ef..b474a5a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ tags /can-calc-bit-timing /canbusload /candump +/canerrsim /canfdtest /cangen /cangw @@ -39,6 +40,7 @@ tags /j1939sr /j1939-timedate-cli /j1939-timedate-srv +/j1939-vehicle-position-srv /log2asc /log2long /mcp251xfd-dump