lwip: Fix some unicode warnings from pytest

Fix various warnings of the form:

   Skipping file '[..]/lib/lwip/lwip/contrib/ports/unix/posixlib/
      include/posix/inet.h' due to unicode error

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-08-17 15:30:10 -06:00
parent 5e8b30cd4c
commit 9d449d63ed
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 Joan Lled<EFBFBD> <jlledom@member.fsf.org>
* Copyright (C) 2023 Joan Lledo <jlledom@member.fsf.org>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 Joan Lled<EFBFBD> <jlledom@member.fsf.org>
* Copyright (C) 2023 Joan Lledo <jlledom@member.fsf.org>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 Joan Lled<EFBFBD> <jlledom@member.fsf.org>
* Copyright (C) 2023 Joan Lledo <jlledom@member.fsf.org>
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met: