public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: ncpfs: dir: fixed a bracket coding style issue
@ 2017-12-29 23:27 Santha Meena Ramamoorthy
  2017-12-30  3:52 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: Santha Meena Ramamoorthy @ 2017-12-29 23:27 UTC (permalink / raw)
  To: petr; +Cc: gregkh, stephen, linux-kernel, Santha Meena Ramamoorthy

Fixed a coding style issue.

Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>
---
 drivers/staging/ncpfs/dir.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/ncpfs/dir.c b/drivers/staging/ncpfs/dir.c
index 0c57c5c..62a770f 100644
--- a/drivers/staging/ncpfs/dir.c
+++ b/drivers/staging/ncpfs/dir.c
@@ -46,8 +46,7 @@ extern int ncp_symlink(struct inode *, struct dentry *, const char *);
 #define ncp_symlink NULL
 #endif
 		      
-const struct file_operations ncp_dir_operations =
-{
+const struct file_operations ncp_dir_operations = {
 	.llseek		= generic_file_llseek,
 	.read		= generic_read_dir,
 	.iterate	= ncp_readdir,
@@ -57,8 +56,7 @@ const struct file_operations ncp_dir_operations =
 #endif
 };
 
-const struct inode_operations ncp_dir_inode_operations =
-{
+const struct inode_operations ncp_dir_inode_operations = {
 	.create		= ncp_create,
 	.lookup		= ncp_lookup,
 	.unlink		= ncp_unlink,
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: ncpfs: dir: fixed a bracket coding style issue
  2017-12-29 23:27 [PATCH] Staging: ncpfs: dir: fixed a bracket coding style issue Santha Meena Ramamoorthy
@ 2017-12-30  3:52 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2017-12-30  3:52 UTC (permalink / raw)
  To: Santha Meena Ramamoorthy; +Cc: petr, gregkh, linux-kernel

On Fri, 29 Dec 2017 15:27:13 -0800
Santha Meena Ramamoorthy <santhameena13@gmail.com> wrote:

> Fixed a coding style issue.
> 
> Signed-off-by: Santha Meena Ramamoorthy <santhameena13@gmail.com>

Read the TODO please

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-30  3:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 23:27 [PATCH] Staging: ncpfs: dir: fixed a bracket coding style issue Santha Meena Ramamoorthy
2017-12-30  3:52 ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox