From 3fbc35b1464520f84c0dcc9a30abd8648c7f88f0 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 6 Aug 2020 05:18:00 +0300 Subject: card: Rename has_has_universal_planes to has_universal_planes The has_has_universal_planes() method name includes a typo, fix it. Signed-off-by: Laurent Pinchart Signed-off-by: Tomi Valkeinen --- kms++/inc/kms++/card.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/card.h b/kms++/inc/kms++/card.h index 8af0969..0a7eaaf 100644 --- a/kms++/inc/kms++/card.h +++ b/kms++/inc/kms++/card.h @@ -50,7 +50,7 @@ public: bool is_master() const { return m_is_master; } bool has_atomic() const { return m_has_atomic; } - bool has_has_universal_planes() const { return m_has_universal_planes; } + bool has_universal_planes() const { return m_has_universal_planes; } bool has_dumb_buffers() const { return m_has_dumb; } bool has_kms() const; -- cgit v1.2.3