qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: Blue Swirl <blauwirbel@gmail.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	qemu-devel@nongnu.org,
	Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>,
	Hannes Reinecke <hare@suse.de>
Subject: [Qemu-devel] [PATCH 1/5] megasas: mark mfi_frame_desc as 'static'
Date: Fri, 13 Jul 2012 11:37:58 +0100	[thread overview]
Message-ID: <1342175882-4995-2-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
In-Reply-To: <1342175882-4995-1-git-send-email-stefanha@linux.vnet.ibm.com>

From: Hannes Reinecke <hare@suse.de>

Suggested by blue swirl. Patch is on top of Paolo's
scsi-next tree.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 hw/megasas.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/megasas.c b/hw/megasas.c
index b48836f..b99fa97 100644
--- a/hw/megasas.c
+++ b/hw/megasas.c
@@ -45,7 +45,7 @@
 #define MEGASAS_FLAG_USE_QUEUE64   2
 #define MEGASAS_MASK_USE_QUEUE64   (1 << MEGASAS_FLAG_USE_QUEUE64)
 
-const char *mfi_frame_desc[] = {
+static const char *mfi_frame_desc[] = {
     "MFI init", "LD Read", "LD Write", "LD SCSI", "PD SCSI",
     "MFI Doorbell", "MFI Abort", "MFI SMP", "MFI Stop"};
 
-- 
1.7.10.4

  reply	other threads:[~2012-07-13 10:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-13 10:37 [Qemu-devel] [PULL 0/5] Trivial patches for July 3 to 13 2012 Stefan Hajnoczi
2012-07-13 10:37 ` Stefan Hajnoczi [this message]
2012-07-13 10:37 ` [Qemu-devel] [PATCH 2/5] bitops: Fix documentation Stefan Hajnoczi
2012-07-13 10:38 ` [Qemu-devel] [PATCH 3/5] vnc: add a more descriptive error message Stefan Hajnoczi
2012-07-13 10:38 ` [Qemu-devel] [PATCH 4/5] qemu-keymaps: Finnish keyboard mapping broken Stefan Hajnoczi
2012-07-13 10:38 ` [Qemu-devel] [PATCH 5/5] make: Remove 'build-all' rule Stefan Hajnoczi
2012-07-14 12:21 ` [Qemu-devel] [PULL 0/5] Trivial patches for July 3 to 13 2012 Blue Swirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1342175882-4995-2-git-send-email-stefanha@linux.vnet.ibm.com \
    --to=stefanha@linux.vnet.ibm.com \
    --cc=aliguori@us.ibm.com \
    --cc=blauwirbel@gmail.com \
    --cc=hare@suse.de \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).