From: Spyros Papageorgiou <spyros.papageorgiou@gmail.com>
To: gregkh@suse.de
Cc: ossama.othman@intel.com, devel@driverdev.osuosl.org,
Kernel development list <linux-kernel@vger.kernel.org>,
kernel-janitors@vger.kernel.org
Subject: [PATCH] Drivers: Stagins: memrar: cleanup
Date: Mon, 31 May 2010 18:04:13 +0300 [thread overview]
Message-ID: <4C03CFED.2030101@gmail.com> (raw)
From:Spyros Papageorgiou <spyros.papageorgiou@gmai.com>
Removed an unneeded struct specifier in function call.
Signed-off-by: Spyros Papageorgiou <spyros.papageorgiou@gmai.com>
---
drivers/staging/memrar/memrar_allocator.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/memrar/memrar_allocator.c b/drivers/staging/memrar/memrar_allocator.c
index a4f8c58..db37c6a 100644
--- a/drivers/staging/memrar/memrar_allocator.c
+++ b/drivers/staging/memrar/memrar_allocator.c
@@ -276,7 +276,7 @@ long memrar_allocator_free(struct memrar_allocator *allocator,
struct memrar_address_range * const chunk =
&list_entry(pos,
- struct memrar_address_ranges,
+ memrar_address_ranges,
list)->range;
/* Extend size of existing free adjacent chunk. */
@@ -300,7 +300,7 @@ long memrar_allocator_free(struct memrar_allocator *allocator,
struct memrar_address_ranges const * const next =
list_entry(pos->next,
- struct memrar_address_ranges,
+ memrar_address_ranges,
list);
chunk->end = handle->end;
@@ -352,7 +352,7 @@ long memrar_allocator_free(struct memrar_allocator *allocator,
struct memrar_address_ranges const * const prev =
list_entry(pos->prev,
- struct memrar_address_ranges,
+ memrar_address_ranges,
list);
chunk->begin = handle->begin;
--
1.7.0.4
next reply other threads:[~2010-05-31 15:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-31 15:04 Spyros Papageorgiou [this message]
2010-05-31 17:37 ` [PATCH] Drivers: Stagins: memrar: cleanup Jiri Slaby
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=4C03CFED.2030101@gmail.com \
--to=spyros.papageorgiou@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@suse.de \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ossama.othman@intel.com \
/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