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


Groups > linux.kernel > #1579172

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

From "Tobin C. Harding" <me@tobin.cc>
Newsgroups linux.kernel
Subject [PATCH 0/2] arch/x86: Fix sparse warning
Date 2017-02-12 07:50 +0100
Message-ID <t9W8W-2TD-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web