From: Honggang Li <enjoymindful@gmail.com>
To: gregkh@linuxfoundation.org, oleg.drokin@intel.com,
liang.zhen@intel.com, a.terekhov@gmail.com, amk@cray.com,
devel@driverdev.osuosl.org
Cc: linux-kernel@vger.kernel.org, enjoymindful@gmail.com
Subject: [PATCH 1/2] lustre/osc/osc_dev.c remove space between sizeof and open parenthesis
Date: Thu, 12 Jun 2014 15:13:38 +0800 [thread overview]
Message-ID: <1402557219-3784-2-git-send-email-enjoymindful@gmail.com> (raw)
In-Reply-To: <1402557219-3784-1-git-send-email-enjoymindful@gmail.com>
Signed-off-by: Honggang Li <enjoymindful@gmail.com>
---
drivers/staging/lustre/lustre/osc/osc_dev.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/lustre/lustre/osc/osc_dev.c b/drivers/staging/lustre/lustre/osc/osc_dev.c
index a7c1ec0..5249e66 100644
--- a/drivers/staging/lustre/lustre/osc/osc_dev.c
+++ b/drivers/staging/lustre/lustre/osc/osc_dev.c
@@ -61,32 +61,32 @@ struct lu_kmem_descr osc_caches[] = {
{
.ckd_cache = &osc_lock_kmem,
.ckd_name = "osc_lock_kmem",
- .ckd_size = sizeof (struct osc_lock)
+ .ckd_size = sizeof(struct osc_lock)
},
{
.ckd_cache = &osc_object_kmem,
.ckd_name = "osc_object_kmem",
- .ckd_size = sizeof (struct osc_object)
+ .ckd_size = sizeof(struct osc_object)
},
{
.ckd_cache = &osc_thread_kmem,
.ckd_name = "osc_thread_kmem",
- .ckd_size = sizeof (struct osc_thread_info)
+ .ckd_size = sizeof(struct osc_thread_info)
},
{
.ckd_cache = &osc_session_kmem,
.ckd_name = "osc_session_kmem",
- .ckd_size = sizeof (struct osc_session)
+ .ckd_size = sizeof(struct osc_session)
},
{
.ckd_cache = &osc_req_kmem,
.ckd_name = "osc_req_kmem",
- .ckd_size = sizeof (struct osc_req)
+ .ckd_size = sizeof(struct osc_req)
},
{
.ckd_cache = &osc_extent_kmem,
.ckd_name = "osc_extent_kmem",
- .ckd_size = sizeof (struct osc_extent)
+ .ckd_size = sizeof(struct osc_extent)
},
{
.ckd_cache = &osc_quota_kmem,
--
1.8.3.1
next prev parent reply other threads:[~2014-06-12 7:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-12 7:13 [PATCH 0/2 linux-next] coding style clean up for lustre/osc/osc_dev.c Honggang Li
2014-06-12 7:13 ` Honggang Li [this message]
2014-06-12 7:13 ` [PATCH 2/2] lustre/osc/osc_dev.c add a blank line after declarations Honggang Li
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=1402557219-3784-2-git-send-email-enjoymindful@gmail.com \
--to=enjoymindful@gmail.com \
--cc=a.terekhov@gmail.com \
--cc=amk@cray.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=liang.zhen@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oleg.drokin@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
all inboxes | Powered by JetHome®