All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Belisko <marek.belisko@open-nandra.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Marek Belisko <marek.belisko@open-nandra.com>
Subject: [PATCH 5/8] staging: ft1000-usb: Remove name comments from ft1000_usb.h.
Date: Thu, 12 Jul 2012 23:50:47 +0200	[thread overview]
Message-ID: <1342129850-32209-5-git-send-email-marek.belisko@open-nandra.com> (raw)
In-Reply-To: <1342129850-32209-1-git-send-email-marek.belisko@open-nandra.com>

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 drivers/staging/ft1000/ft1000-usb/ft1000_usb.h |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_usb.h b/drivers/staging/ft1000/ft1000-usb/ft1000_usb.h
index 06bce31..2b98754 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_usb.h
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_usb.h
@@ -1,7 +1,6 @@
 #ifndef _FT1000_USB_H_
 #define _FT1000_USB_H_
 
-/*Jim*/
 #include "../ft1000.h"
 #include "ft1000_ioctl.h"
 #define FT1000_DRV_VER      0x01010403
@@ -27,7 +26,6 @@ struct app_info_block {
 	struct list_head app_sqlist;   // link list of msgs for applicaton on slow queue
 } __attribute__((packed));
 
-/*end of Jim*/
 #define DEBUG(args...) printk(KERN_INFO args)
 
 #define FALSE           0
@@ -121,8 +119,8 @@ struct ft1000_info {
 	u8 RfCalVer[CALVERSZ];
 	u8 RfCalDate[CALDATESZ];
 	u16 DSP_TIME[4];
-	u16 LedStat;	//mbelian
-	u16 ConStat;	//mbelian
+	u16 LedStat;
+	u16 ConStat;
 	u16 ProgConStat;
 	struct list_head prov_list;
 	int appcnt;
@@ -137,7 +135,7 @@ struct ft1000_info {
 	} DSPSess;
 	unsigned short tempbuf[32];
 	char netdevname[IFNAMSIZ];
-	struct proc_dir_entry *ft1000_proc_dir; //mbelian
+	struct proc_dir_entry *ft1000_proc_dir;
 };
 
 
-- 
1.7.9.5


  parent reply	other threads:[~2012-07-12 21:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-12 21:50 [PATCH 1/8] staging: ft1000-usb: Change KERN_ERROR usage to pr_err in ft1000_usb.c Marek Belisko
2012-07-12 21:50 ` [PATCH 2/8] staging: ft1000-usb: Remove commented lines from ft1000_device Marek Belisko
2012-07-12 21:50 ` [PATCH 3/8] staging: ft1000-usb: Remove leading spaces from struct ft1000_info Marek Belisko
2012-07-12 21:50 ` [PATCH 4/8] staging: ft1000-usb: Remove spaces from struct dpram_blk Marek Belisko
2012-07-12 21:50 ` Marek Belisko [this message]
2012-07-12 21:50 ` [PATCH 6/8] staging: ft1000-usb: Fix lines over 80 chars Marek Belisko
2012-07-12 21:50 ` [PATCH 7/8] staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h Marek Belisko
2012-07-12 21:50 ` [PATCH 8/8] staging: ft1000-usb: Fix various checkpach warnings " Marek Belisko

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=1342129850-32209-5-git-send-email-marek.belisko@open-nandra.com \
    --to=marek.belisko@open-nandra.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.