Skip to content

Commit

Permalink
crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()
Browse files Browse the repository at this point in the history
Remove a stray newline in update_max_adecomp_delay_ns().

Reported-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Tom Zanussi authored and Herbert Xu committed Dec 29, 2023
1 parent 98bb0dd commit 5c3fadc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/crypto/intel/iaa/iaa_crypto_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ void update_max_adecomp_delay_ns(u64 start_time_ns)
time_diff = ktime_get_ns() - start_time_ns;

if (time_diff > max_adecomp_delay_ns)

max_adecomp_delay_ns = time_diff;
}

Expand Down

0 comments on commit 5c3fadc

Please sign in to comment.