]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] solo6x10: a few checkpatch fixes
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 17 Jul 2014 23:40:22 +0000 (20:40 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 22 Jul 2014 03:37:59 +0000 (00:37 -0300)
Added a blank line after variable declarations where checkpatch
requested that, and removed the 'write to the FSF' paragraph,
again as requested.

This is in preparation of the move out of staging into drivers/media.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
16 files changed:
drivers/staging/media/solo6x10/solo6x10-core.c
drivers/staging/media/solo6x10/solo6x10-disp.c
drivers/staging/media/solo6x10/solo6x10-eeprom.c
drivers/staging/media/solo6x10/solo6x10-enc.c
drivers/staging/media/solo6x10/solo6x10-g723.c
drivers/staging/media/solo6x10/solo6x10-gpio.c
drivers/staging/media/solo6x10/solo6x10-i2c.c
drivers/staging/media/solo6x10/solo6x10-jpeg.h
drivers/staging/media/solo6x10/solo6x10-offsets.h
drivers/staging/media/solo6x10/solo6x10-p2m.c
drivers/staging/media/solo6x10/solo6x10-regs.h
drivers/staging/media/solo6x10/solo6x10-tw28.c
drivers/staging/media/solo6x10/solo6x10-tw28.h
drivers/staging/media/solo6x10/solo6x10-v4l2-enc.c
drivers/staging/media/solo6x10/solo6x10-v4l2.c
drivers/staging/media/solo6x10/solo6x10.h

index f67046955ef6113485d8e32cad2ed15b792e70c9..172583d736fef31c30ab7338405e3d221d17211b 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
@@ -307,8 +303,8 @@ static ssize_t p2m_timeout_store(struct device *dev,
        struct solo_dev *solo_dev =
                container_of(dev, struct solo_dev, dev);
        unsigned long ms;
-
        int ret = kstrtoul(buf, 10, &ms);
+
        if (ret < 0 || ms > 200)
                return -EINVAL;
        solo_dev->p2m_jiffies = msecs_to_jiffies(ms);
index b529a9670fd6d041346e17dadf11a134b8135d3c..ed88ab4455a55a5b9be052ad7c3ae51c9f9f35a1 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
index 9d1c9bb53d6bd128bdef18393f78dc9e49e5c60e..af40b3aba41006cc4565555845c34a177dfe42df 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
index 2db53b68c62fce6645f8a801ea00782ed7132486..d19c0aef5abc146f91c694814e21ea461377a646 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
index 74f037b6166c2a3f15510914cfff6b70451ccedf..c7141f2e63bdb228b5243e8e926cfb0b181700e0 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
index 73276dc92875a2d893f2055f318500ea5336f360..6d3b4a36bc119dc66960b1a4c51c01c9c84d9e5d 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
index 01aa417c9258e7d86c54200bd35fea4a039f66fa..c908672b2c4015ff28795c066ce87e57e8a17906 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 /* XXX: The SOLO6x10 i2c does not have separate interrupts for each i2c
index 9e411857d6f75a416c9110e432c24e4db8c8c12b..1c66a46da514ffe7f1dcf6f32cdad71d49f2bdf1 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef __SOLO6X10_JPEG_H
index 13eeb4470dcfc19cd78b2fe421a0b1b0a4e47edf..d6aea7c2a67696878a9551ff57b0301f7255ad0c 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef __SOLO6X10_OFFSETS_H
index 7f2f2472655bf8a0c96eed19d251410c0e53aaf9..8c8484674d2f6cc7d1ff60539ec960df7e133f3c 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
index 428f6c951180c84b125253347b44d6c469a2c14a..e34ac56ab101ec5ef23679b515186b97c6804be1 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef __SOLO6X10_REGISTERS_H
index 36daa1720b54554397cd3dedad63857c44162cfa..edd0781ee4b51a93d2a73079dcf68870491a42fc 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
@@ -214,6 +210,7 @@ static void tw_write_and_verify(struct solo_dev *solo_dev, u8 addr, u8 off,
 
        for (i = 0; i < 5; i++) {
                u8 rval = solo_i2c_readbyte(solo_dev, SOLO_I2C_TW, addr, off);
+
                if (rval == val)
                        return;
 
index 1a02c87d4cf07372ab29de39a9a744aaa7a400d3..0966b45057a33cb1856c33f3119b5dabcefe2e5c 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef __SOLO6X10_TW28_H
index 1fd6bec7974d9c2985ed4265f48228fab1bc6ef9..2e07b497a37c5da61ab043d81786927c973b0aba 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
@@ -704,6 +700,7 @@ static int solo_ring_thread(void *data)
 
        for (;;) {
                long timeout = schedule_timeout_interruptible(HZ);
+
                if (timeout == -ERESTARTSYS || kthread_should_stop())
                        break;
                solo_irq_off(solo_dev, SOLO_IRQ_ENCODER);
@@ -750,6 +747,7 @@ static int solo_ring_start(struct solo_dev *solo_dev)
                                            SOLO6X10_NAME "_ring");
        if (IS_ERR(solo_dev->ring_thread)) {
                int err = PTR_ERR(solo_dev->ring_thread);
+
                solo_dev->ring_thread = NULL;
                return err;
        }
@@ -1402,6 +1400,7 @@ int solo_enc_v4l2_init(struct solo_dev *solo_dev, unsigned nr)
 
        if (i != solo_dev->nr_chans) {
                int ret = PTR_ERR(solo_dev->v4l2_enc[i]);
+
                while (i--)
                        solo_enc_free(solo_dev->v4l2_enc[i]);
                pci_free_consistent(solo_dev->pdev, solo_dev->vh_size,
index ba2526c883e978bf621972c03fc6d3281ff835b9..63ae8a61f6030d20fe2d67aad87f2cd0583d0942 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #include <linux/kernel.h>
@@ -98,6 +94,7 @@ static int solo_v4l2_ch_ext_4up(struct solo_dev *solo_dev, u8 idx, int on)
 
        if (!on) {
                u8 i;
+
                for (i = ch; i < ch + 4; i++)
                        solo_win_setup(solo_dev, i, solo_dev->video_hsize,
                                       solo_vlines(solo_dev),
@@ -206,6 +203,7 @@ static void solo_fillbuf(struct solo_dev *solo_dev,
        if (erase_off(solo_dev)) {
                void *p = vb2_plane_vaddr(vb, 0);
                int image_size = solo_image_size(solo_dev);
+
                for (i = 0; i < image_size; i += 2) {
                        ((u8 *)p)[i] = 0x80;
                        ((u8 *)p)[i + 1] = 0x00;
@@ -275,6 +273,7 @@ static int solo_thread(void *data)
 
        for (;;) {
                long timeout = schedule_timeout_interruptible(HZ);
+
                if (timeout == -ERESTARTSYS || kthread_should_stop())
                        break;
                solo_thread_try(solo_dev);
@@ -414,6 +413,7 @@ static int solo_enum_input(struct file *file, void *priv,
 
        if (input->index >= solo_dev->nr_chans) {
                int ret = solo_enum_ext_input(solo_dev, input);
+
                if (ret < 0)
                        return ret;
        } else {
index 35f948673235c1819bb30c2004f434493ee5c85b..c6154b00fcbd9250e4b9b50bfb0ded1b56701731 100644 (file)
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 #ifndef __SOLO6X10_H