* [Qemu-devel] [PATCH] Spelling fixes in comments and macro names (ressource -> resource)
@ 2012-08-16 13:12 Stefan Weil
2012-08-16 13:32 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2012-08-16 13:12 UTC (permalink / raw)
To: qemu-trivial; +Cc: Stefan Weil, qemu-devel
Macro XEN_HOST_PCI_RESOURCE_BUFFER_SIZE is only used locally,
so the change should be safe.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
hw/xen-host-pci-device.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hw/xen-host-pci-device.c b/hw/xen-host-pci-device.c
index e7ff680..743b37b 100644
--- a/hw/xen-host-pci-device.c
+++ b/hw/xen-host-pci-device.c
@@ -47,13 +47,13 @@ static int xen_host_pci_sysfs_path(const XenHostPCIDevice *d,
}
-/* This size should be enough to read the first 7 lines of a ressource file */
-#define XEN_HOST_PCI_RESSOURCE_BUFFER_SIZE 400
+/* This size should be enough to read the first 7 lines of a resource file */
+#define XEN_HOST_PCI_RESOURCE_BUFFER_SIZE 400
static int xen_host_pci_get_resource(XenHostPCIDevice *d)
{
int i, rc, fd;
char path[PATH_MAX];
- char buf[XEN_HOST_PCI_RESSOURCE_BUFFER_SIZE];
+ char buf[XEN_HOST_PCI_RESOURCE_BUFFER_SIZE];
unsigned long long start, end, flags, size;
char *endptr, *s;
uint8_t type;
--
1.7.10
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Spelling fixes in comments and macro names (ressource -> resource)
2012-08-16 13:12 [Qemu-devel] [PATCH] Spelling fixes in comments and macro names (ressource -> resource) Stefan Weil
@ 2012-08-16 13:32 ` Stefan Hajnoczi
2012-08-16 14:10 ` Andreas Färber
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-08-16 13:32 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
On Thu, Aug 16, 2012 at 03:12:21PM +0200, Stefan Weil wrote:
> Macro XEN_HOST_PCI_RESOURCE_BUFFER_SIZE is only used locally,
> so the change should be safe.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> hw/xen-host-pci-device.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] Spelling fixes in comments and macro names (ressource -> resource)
2012-08-16 13:32 ` Stefan Hajnoczi
@ 2012-08-16 14:10 ` Andreas Färber
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2012-08-16 14:10 UTC (permalink / raw)
To: Stefano Stabellini
Cc: qemu-trivial, Stefan Hajnoczi,
xen-devel@lists.xensource.com Devel, qemu-devel, Stefan Weil
Am 16.08.2012 15:32, schrieb Stefan Hajnoczi:
> On Thu, Aug 16, 2012 at 03:12:21PM +0200, Stefan Weil wrote:
>> Macro XEN_HOST_PCI_RESOURCE_BUFFER_SIZE is only used locally,
>> so the change should be safe.
>>
>> Signed-off-by: Stefan Weil <sw@weilnetz.de>
>> ---
>> hw/xen-host-pci-device.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Thanks, applied to the trivial patches tree:
> https://github.com/stefanha/qemu/commits/trivial-patches
CC'ing the Xen folks.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-16 14:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 13:12 [Qemu-devel] [PATCH] Spelling fixes in comments and macro names (ressource -> resource) Stefan Weil
2012-08-16 13:32 ` Stefan Hajnoczi
2012-08-16 14:10 ` Andreas Färber
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).