Skip to content

Commit

Permalink
misc latin1 to utf8 conversions
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Al Viro authored and Jiri Kosina committed Jan 2, 2012
1 parent 92f1b85 commit d36b691
Show file tree
Hide file tree
Showing 68 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range.
Date: July 2011
KernelVersion: 3.2
Contact: Michal Mal� <madcatxster@gmail.com>
Contact: Michal Malý <madcatxster@gmail.com>
Description: Display minimum, maximum and current range of the steering
wheel. Writing a value within min and max boundaries sets the
range of the wheel.
2 changes: 1 addition & 1 deletion Documentation/vgaarbiter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ II. Credits

Benjamin Herrenschmidt (IBM?) started this work when he discussed such design
with the Xorg community in 2005 [1, 2]. In the end of 2007, Paulo Zanoni and
Tiago Vignatti (both of C3SL/Federal University of Paran�) proceeded his work
Tiago Vignatti (both of C3SL/Federal University of Paraná) proceeded his work
enhancing the kernel code to adapt as a kernel module and also did the
implementation of the user space side [3]. Now (2009) Tiago Vignatti and Dave
Airlie finally put this work in shape and queued to Jesse Barnes' PCI tree.
Expand Down
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_sdvo_regs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2006-2007 Intel Corporation
* Copyright © 2006-2007 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions drivers/hid/hid-pl.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT)
*
* 0e8f:0003 "GreenAsia Inc. USB Joystick "
* - tested with König Gaming gamepad
* - tested with König Gaming gamepad
*
* 0e8f:0003 "GASIA USB Gamepad"
* - another version of the König gamepad
* - another version of the König gamepad
*
* Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/hid/hid-twinhan.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Based on hid-gyration.c
*
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-xiic.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static void xiic_process(struct xiic_i2c *i2c)
xiic_wakeup(i2c, STATE_ERROR);

} else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) {
/* Transmit register/FIFO is empty or ½ empty */
/* Transmit register/FIFO is empty or ½ empty */

clr = pend &
(XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK);
Expand Down
2 changes: 1 addition & 1 deletion drivers/isdn/hisax/enternow_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static void __devinit en_cs_init(struct IsdnCard *card,
cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD

/* Reset an */
cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff
cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff
outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL);
/* 20 ms Pause */
mdelay(20);
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/rc/winbond-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,6 @@ wbcir_exit(void)
module_init(wbcir_init);
module_exit(wbcir_exit);

MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver");
MODULE_LICENSE("GPL");
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/dot_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/dot_command.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/i2o.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/ibmasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/ibmasmfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/lowlevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/lowlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
* This driver is based on code originally written by Pete Reynolds
* and others.
Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/r_heartbeat.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/remote.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
* Originally written by Pete Reynolds
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Copyright (C) IBM Corporation, 2004
*
* Author: Max Asböck <amax@us.ibm.com>
* Author: Max Asböck <amax@us.ibm.com>
*
*/

Expand Down
4 changes: 2 additions & 2 deletions drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* linux/drivers/mmc/host/omap.c
*
* Copyright (C) 2004 Nokia Corporation
* Written by Tuukka Tikkanen and Juha Yrjölä<juha.yrjola@nokia.com>
* Written by Tuukka Tikkanen and Juha Yrjölä<juha.yrjola@nokia.com>
* Misc hacks here and there by Tony Lindgren <tony@atomide.com>
* Other hacks (DMA, SD, etc) by David Brownell
*
Expand Down Expand Up @@ -1634,4 +1634,4 @@ module_exit(mmc_omap_exit);
MODULE_DESCRIPTION("OMAP Multimedia Card driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_AUTHOR("Juha Yrjölä");
MODULE_AUTHOR("Juha Yrjölä");
2 changes: 1 addition & 1 deletion drivers/scsi/jazz_esp.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* jazz_esp.c: ESP front-end for MIPS JAZZ systems.
*
* Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende)
* Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende)
*/

#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/sni_53c710.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

#include "53c700.h"

MODULE_AUTHOR("Thomas Bogendörfer");
MODULE_AUTHOR("Thomas Bogendörfer");
MODULE_DESCRIPTION("SNI RM 53c710 SCSI Driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:snirm_53c710");
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/bcm/target_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ typedef struct _TARGET_PARAMS
// removed SHUT down related 'unused' params from here to sync 4.x and 5.x CFG files..

//BAMC Related Parameters
//Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 Enable Band AMC signaling.
//bit 16-31 Band AMC Data configuration: Bit 16 = 1 Band AMC 2x3 support.
//Bit 0-15 Band AMC signaling configuration: Bit 1 = 1 – Enable Band AMC signaling.
//bit 16-31 Band AMC Data configuration: Bit 16 = 1 – Band AMC 2x3 support.
B_UINT32 m_u32BandAMCEnable;

} stTargetParams,TARGET_PARAMS,*PTARGET_PARAMS, STARGETPARAMS, *PSTARGETPARAMS;
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/keucr/smilmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ int Media_D_ReadSector(struct us_data *us, DWORD start,WORD count,BYTE *buf)
{
WORD len, bn;

//if (Check_D_MediaPower()) ; ¦b 6250 don't care
//if (Check_D_MediaPower()) ; ¦b 6250 don't care
// return(ErrCode);
//if (Check_D_MediaFmt(fdoExt)) ;
// return(ErrCode);
Expand Down Expand Up @@ -594,7 +594,7 @@ int Media_D_OneSectWriteFlush(PFDO_DEVICE_EXTENSION fdoExt)
// if (Check_D_CardStsChg())
// MediaChange = ERROR;
// //usleep(56*1024);
// if ((!Check_D_CntPower())&&(!MediaChange)) // ¦³ power & Media ¨S³Q change, «h return success
// if ((!Check_D_CntPower())&&(!MediaChange)) // ¦³ power & Media ¨S³Q change, «h return success
// return(SMSUCCESS);
// //usleep(56*1024);
//
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/wlags49_h2/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
* Disclaimer
*
* THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES,
* THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/wlags49_h2/dhfcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
* Disclaimer
*
* THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES,
* THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
Expand Down
6 changes: 3 additions & 3 deletions drivers/staging/wlags49_h2/hcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions drivers/staging/wlags49_h2/hcf.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions drivers/staging/wlags49_h2/hcfcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions drivers/staging/wlags49_h2/hcfdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions drivers/staging/wlags49_h2/mdd.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 1994 - 1995 by AT&T. All Rights Reserved
* COPYRIGHT © 1996 - 2000 by Lucent Technologies. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/wlags49_h2/mmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/wlags49_h2/mmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* COPYRIGHT © 2001 - 2004 by Agere Systems Inc. All Rights Reserved
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/wlags49_h2/wl_cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* Copyright © 2003 Agere Systems Inc.
* Copyright © 2003 Agere Systems Inc.
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand All @@ -43,7 +43,7 @@
*
* Disclaimer
*
* THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES,
* THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/wlags49_h2/wl_enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* software indicates your acceptance of these terms and conditions. If you do
* not agree with these terms and conditions, do not use the software.
*
* Copyright © 2003 Agere Systems Inc.
* Copyright © 2003 Agere Systems Inc.
* All rights reserved.
*
* Redistribution and use in source or binary forms, with or without
Expand All @@ -44,7 +44,7 @@
*
* Disclaimer
*
* THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES,
* THIS SOFTWARE IS PROVIDED “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
* USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
Expand Down
Loading

0 comments on commit d36b691

Please sign in to comment.