Uwe Kleine-König | 1 Oct 2009 10:28
Picon
Favicon
Gravatar

[PATCH 28/34] move vhci_hcd_remove to .devexit.text

The function vhci_hcd_remove is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig at pengutronix.de>
Acked-by: Sam Ravnborg <sam at ravnborg.org>
Cc: Greg Kroah-Hartman <gregkh at suse.de>
Cc: Brian G. Merrell <bgmerrell at novell.com>
Cc: Shan Wei <shanwei at cn.fujitsu.com>
Cc: Kay Sievers <kay.sievers at vrfy.org>
Cc: devel at driverdev.osuosl.org
Cc: linux-kernel at vger.kernel.org
---
 drivers/staging/usbip/vhci_hcd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/usbip/vhci_hcd.c b/drivers/staging/usbip/vhci_hcd.c
index 6e91fc2..22b1c6c 100644
--- a/drivers/staging/usbip/vhci_hcd.c
+++ b/drivers/staging/usbip/vhci_hcd.c
 <at>  <at>  -1131,7 +1131,7  <at>  <at>  static int vhci_hcd_probe(struct platform_device *pdev)
 }

 
-static int vhci_hcd_remove(struct platform_device *pdev)
+static int __devexit vhci_hcd_remove(struct platform_device *pdev)
 {
 	struct usb_hcd	*hcd;

--

-- 
1.6.4.3
(Continue reading)

Quickchoice Consulting Ltd | 2 Oct 2009 12:02
Picon

MYSTRY SHOPPER POSITION " APPLY "

Attn: Interested Candidate,

 
My name is Rick Haynes, I am the recruit manager for Quickchoice Ltd, A professional Mystery Shopping
Consultant Co, 
and this e-mail is an awareness to let the public know that we have a vacant position of a mystery shopper in
our company. 
We are seeking mystery shoppers from around the globe.As a mystery shopper you shop for free plus you get an
extra pay of $400 
weekly on a Part time basis, you only work 2-3 hours twice in a week.

If you would like to apply for this position, kindly provide the Information requested below for
assessment and registration 
by the company:- 

 
Full Legal Name: 
Full Address:
City:
State:
Country:
Nationality: 
Age:
Present occupation:
Home and Cell:
Email Address:

You can submit the requested Information by sending me an e-mail to rkhaynesshopper at gmail.com 

Thanks 
(Continue reading)

Herton Ronaldo Krzesinski | 2 Oct 2009 16:03
Picon
Favicon

[PATCH] Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload

On rtl81* additions, they had its wireless stack made builtin instead of
separated modules. But try_module_get/module_put in stack were kept,
they are uneeded with the stack builtin and makes rtl81* modules
impossible to remove on a system with an rtl81* card. request_module
calls are also uneeded with stack builtin, so remove them too.

Signed-off-by: Herton Ronaldo Krzesinski <herton at mandriva.com.br>
---
 .../staging/rtl8187se/ieee80211/ieee80211_crypt.c  |    4 +--
 .../staging/rtl8187se/ieee80211/ieee80211_module.c |    4 +--
 .../rtl8187se/ieee80211/ieee80211_softmac.c        |   12 +++-------
 drivers/staging/rtl8187se/ieee80211/ieee80211_wx.c |   17 ++++-----------
 .../staging/rtl8192e/ieee80211/ieee80211_crypt.c   |    8 +------
 .../staging/rtl8192e/ieee80211/ieee80211_module.c  |    8 +------
 .../staging/rtl8192e/ieee80211/ieee80211_softmac.c |   19 +++++------------
 drivers/staging/rtl8192e/ieee80211/ieee80211_wx.c  |   21 ++++---------------
 .../staging/rtl8192su/ieee80211/ieee80211_crypt.c  |    4 +--
 .../staging/rtl8192su/ieee80211/ieee80211_module.c |    4 +--
 .../rtl8192su/ieee80211/ieee80211_softmac.c        |   15 +++++--------
 drivers/staging/rtl8192su/ieee80211/ieee80211_wx.c |   17 ++++-----------
 12 files changed, 37 insertions(+), 96 deletions(-)

diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.c
index 013c3e1..4c5d63f 100644
--- a/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.c
+++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.c
 <at>  <at>  -53,10 +53,8  <at>  <at>  void ieee80211_crypt_deinit_entries(struct ieee80211_device *ieee,

 		list_del(ptr);

(Continue reading)

Greg KH | 3 Oct 2009 00:08
Gravatar

[PATCH 1/2] staging: comedi: cleanup formating in drivers/8255.c

On Fri, Sep 25, 2009 at 09:33:20PM -0700, Bruce Jones wrote:
> Clean up the formatting of braces to meet the coding standard.

Sorry, someone already cleaned up the braces in this file, and beat you
to it.  What was the odds (hint, very low, pick another file and you
should be fine.)

thanks,

greg k-h

Greg KH | 3 Oct 2009 00:09
Gravatar

[PATCH 2/2] staging: comedi: cleanup formating in drivers/8255.c

On Fri, Sep 25, 2009 at 09:33:25PM -0700, Bruce Jones wrote:
> Fix the formatting in this driver to conform to the
> standard.  Move EXPORT_SYMBOL to under the exported
> funtion, and add KERN_INFO to some diagnostic printks.

Same rejection problem here, someone beat you to it.

sorry,

greg k-h

Greg KH | 3 Oct 2009 00:11
Gravatar

[PATCH] staging: comedi: CodingStyle cleanup for drivers/acl722b.c

On Mon, Sep 28, 2009 at 02:11:33PM -0700, Bruce Jones wrote:
> Cleanup this file as per the coding style.  Adding KERN_INFO to
> the printks.
> 
> Signed-off-by: Bruce Jones <brucej at linux.com>
> ---
>  drivers/staging/comedi/drivers/acl7225b.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/comedi/drivers/acl7225b.c b/drivers/staging/comedi/drivers/acl7225b.c
> index c3652ef..e6c6c87 100644
> --- a/drivers/staging/comedi/drivers/acl7225b.c
> +++ b/drivers/staging/comedi/drivers/acl7225b.c
>  <at>  <at>  -94,7 +94,7  <at>  <at>  static int acl7225b_attach(struct comedi_device *dev,
>  
>  	iobase = it->options[0];
>  	iorange = this_board->io_range;
> -	printk("comedi%d: acl7225b: board=%s 0x%04x ", dev->minor,
> +	printk(KERN_INFO "comedi%d: acl7225b: board=%s 0x%04x ", dev->minor,
>  	       this_board->name, iobase);
>  	if (!request_region(iobase, iorange, "acl7225b")) {
>  		printk("I/O port conflict\n");
>  <at>  <at>  -137,14 +137,14  <at>  <at>  static int acl7225b_attach(struct comedi_device *dev,
>  	s->range_table = &range_digital;
>  	s->private = (void *)ACL7225_DI_LO;
>  
> -	printk("\n");
> +	printk(KERN_INFO "\n");

This one change isn't needed, the \n has to be sent as the earlier
(Continue reading)

Greg KH | 3 Oct 2009 00:13
Gravatar

[PATCH] staging: comedi: CodingStyle cleanups for drivers/adl_pci6208.c

On Mon, Sep 28, 2009 at 03:00:02PM -0700, Bruce Jones wrote:
> Remove unused and commented-out code.  Address basic coding
> style issues.  Re-factor a deeply nested routine to conform to
> line length restrictions.

Someone already cleaned up this file for the simple fixes, so this
doesn't apply anymore.

sorry,

greg k-h

Greg KH | 3 Oct 2009 00:16
Gravatar

[PATCH] staging: comedi: CodingStyle cleanup for drivers/acl722b.c

On Mon, Sep 28, 2009 at 02:11:33PM -0700, Bruce Jones wrote:
> Cleanup this file as per the coding style.  Adding KERN_INFO to
> the printks.
> 
> Signed-off-by: Bruce Jones <brucej at linux.com>
> ---
>  drivers/staging/comedi/drivers/acl7225b.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/comedi/drivers/acl7225b.c b/drivers/staging/comedi/drivers/acl7225b.c
> index c3652ef..e6c6c87 100644
> --- a/drivers/staging/comedi/drivers/acl7225b.c
> +++ b/drivers/staging/comedi/drivers/acl7225b.c
>  <at>  <at>  -94,7 +94,7  <at>  <at>  static int acl7225b_attach(struct comedi_device *dev,
>  
>  	iobase = it->options[0];
>  	iorange = this_board->io_range;
> -	printk("comedi%d: acl7225b: board=%s 0x%04x ", dev->minor,
> +	printk(KERN_INFO "comedi%d: acl7225b: board=%s 0x%04x ", dev->minor,
>  	       this_board->name, iobase);
>  	if (!request_region(iobase, iorange, "acl7225b")) {
>  		printk("I/O port conflict\n");
>  <at>  <at>  -137,14 +137,14  <at>  <at>  static int acl7225b_attach(struct comedi_device *dev,
>  	s->range_table = &range_digital;
>  	s->private = (void *)ACL7225_DI_LO;
>  
> -	printk("\n");
> +	printk(KERN_INFO "\n");

Oh nevermind, I took your later patch, sorry for the confusion.
(Continue reading)

Picon

You Just Won $2.5 Million USD.............Congratulation

Dear Winner,

This is to inform you that your Email address have won you the sum $2.5
Million USD in the Malaysia Email lottery game. You are to contact our
AFFILIATE COURIER COMPANY for delivery of your winning certificate and
winning cheque of $2.5 million USD.

CONTACT COURIER WITH THE BELOW EMAIL LINK.
Epost Express Courier
Mr.Bill Harlton
TEL:+60176199803
EMAIL: epostexpress at sify.com

Congratulations once more from all members and staffs of this program.

Yours Truly,
Mrs.Fatihah Izatti Bt. Saifuddin.
On-line Coordinator.

-- 

--

-- 

Randy Dunlap | 5 Oct 2009 04:32
Picon
Favicon

[PATCH staging] iio: kconfig and make edits

From: Randy Dunlap <randy.dunlap <at> oracle.com>

Fix spelling, typos, indentation in iio Kconfig files.

Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
Cc: Jonathan Cameron <jic23 at cam.ac.uk>
---
 drivers/staging/iio/Kconfig         |   10 +++++-----
 drivers/staging/iio/trigger/Kconfig |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

--- lnx-2632-rc3.orig/drivers/staging/iio/Kconfig
+++ lnx-2632-rc3/drivers/staging/iio/Kconfig
 <at>  <at>  -7,7 +7,7  <at>  <at>  menuconfig IIO
 	---help---
 	  The industrial I/O subsystem provides a unified framework for
 	  drivers for many different types of embedded sensors using a
-	  number of different physical interfaces (i2c, spi etc). See
+	  number of different physical interfaces (i2c, spi, etc). See
 	  Documentation/industrialio for more information.
 if IIO

 <at>  <at>  -22,10 +22,10  <at>  <at>  if IIO_RING_BUFFER
 config IIO_SW_RING
 	tristate "Industrial I/O lock free software ring"
 	help
-	example software ring buffer implementation.  The design aim
-	of this particular realization was to minize write locking
-	with the intention that some devices would be able to write
-	in interrupt context.
(Continue reading)


Gmane