commit | 4a1bfcd7aa6f2138a8431a916d4202a66ab65a6c | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Thu Jul 21 16:19:18 2022 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Tue Jul 26 08:25:16 2022 +0200 |
tree | e9c9c6743751324f8db221a7e8078a0a7b040a6c | |
parent | ee5a4b87a1a57607db28fafa2692dabf92c64570 [diff] |
xilinx: common: Use strlcpy instead of strncpy It is recommendation done by checkpatch to all the time have \0 terminated strings. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c7bfab50c40f6213f1b347b5e4674e382e83cb94.1658413156.git.michal.simek@amd.com