From: Aaron Sierra Date: Wed, 7 Dec 2016 01:09:16 +0000 (-0600) Subject: NTB: correct ntb_spad_count comment typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=74dcba3589fc184c7118905eda22b3a4aaef95ff;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git NTB: correct ntb_spad_count comment typo The comment for ntb_spad_count incorrectly referred to ntb_mw_count. Signed-off-by: Aaron Sierra Acked-by: Allen Hubbe Signed-off-by: Jiri Kosina --- diff --git a/include/linux/ntb.h b/include/linux/ntb.h index 6f47562d477b..50a7dbe88cf3 100644 --- a/include/linux/ntb.h +++ b/include/linux/ntb.h @@ -896,7 +896,7 @@ static inline int ntb_spad_is_unsafe(struct ntb_dev *ntb) } /** - * ntb_mw_count() - get the number of scratchpads + * ntb_spad_count() - get the number of scratchpads * @ntb: NTB device context. * * Hardware and topology may support a different number of scratchpads.