Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1579172 > unrolled thread

[PATCH 0/2] arch/x86: Fix sparse warning

Started by"Tobin C. Harding" <me@tobin.cc>
First post2017-02-12 07:50 +0100
Last post2017-02-12 07:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] arch/x86: Fix sparse warning "Tobin C. Harding" <me@tobin.cc> - 2017-02-12 07:50 +0100

#1579172 — [PATCH 0/2] arch/x86: Fix sparse warning

From"Tobin C. Harding" <me@tobin.cc>
Date2017-02-12 07:50 +0100
Subject[PATCH 0/2] arch/x86: Fix sparse warning
Message-ID<t9W8W-2TD-7@gated-at.bofh.it>
This series fixes multiple occurences of sparse warning, 'symbol
is not declared. Should it be static?'. Initial patch adds 'static'
keyword to variable declarations. Second patch declares function in
order to clear same warning. 

Tobin C. Harding (2):
  arch/x86: Fix sparse warning symbol not declared
  arch/x86: Fix sparse warning symbol not declared

 arch/x86/purgatory/purgatory.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web