fix: word repetition findings from checkpatch
With linux sources update from I647f9ab8ea5da95aff7f4e9118d795c9680dd503
a more recent version of checkpatch script is provided.
Fix few repeated words in the Hafnium code, now spotted by the new
checkpatch script.
Change-Id: If7c0e15f82b1d2bf60d0b84d1b814ba034b88e99
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
diff --git a/src/ffa_memory.c b/src/ffa_memory.c
index 98fd688..ab47929 100644
--- a/src/ffa_memory.c
+++ b/src/ffa_memory.c
@@ -1852,7 +1852,7 @@
} else if (ret.func != FFA_MEM_FRAG_RX_32) {
dlog_warning(
"Got %#x from TEE in response to %#x for "
- "fragment with with %d/%d, expected "
+ "fragment with %d/%d, expected "
"FFA_MEM_FRAG_RX.\n",
ret.func, share_func, fragment_length,
memory_share_length);