From e6732ee32837d14023bdf85fbe3b08311337a0a6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 17 Jun 2019 02:29:48 +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 --- 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 0a11747..e9f90e3 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