On Thu, Jun 19, 2014 at 09:20:16PM +0200, Johannes Stadlinger wrote: > This patch fixes a warning of checkpatch about string splitting. > > Signed-off-by: Johannes Stadlinger <Johannes.Stadlinger@xxxxxx> > Signed-off-by: Maximilian Eschenbacher <maximilian@eschenbacher.email> > CC: linux-kernel@xxxxxxxxxxxx > CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > CC: Josh Triplett <josh@xxxxxxxxxxxxxxxx> > CC: Vitaly Osipov <vitaly.osipov@xxxxxxxxx> > CC: Himangi Saraogi <himangi774@xxxxxxxxx> > CC: devel@xxxxxxxxxxxxxxxxxxxx > CC: linux-kernel@xxxxxxxxxxxxxxx Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx> > drivers/staging/wlan-ng/prism2mib.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c > index 0fb42df..bdd3b4c 100644 > --- a/drivers/staging/wlan-ng/prism2mib.c > +++ b/drivers/staging/wlan-ng/prism2mib.c > @@ -672,8 +672,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib, > > if (!isget) > if ((*uint32) % 2) { > - netdev_warn(wlandev->netdev, "Attempt to set odd number " > - "FragmentationThreshold\n"); > + netdev_warn(wlandev->netdev, > + "Attempt to set odd number FragmentationThreshold\n"); > msg->resultcode.data = > P80211ENUM_resultcode_not_supported; > return 0; > -- > 1.9.1 > _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel