return 0;
 }
 
-static int vidioc_querycap(struct file *file, void  *priv,
+static int vidioc_querycap(struct file *file, void *priv,
                           struct v4l2_capability *cap)
 {
        struct aim_fh *fh = priv;
        return 0;
 }
 
-static int vidioc_enum_fmt_vid_cap(struct file *file, void  *priv,
+static int vidioc_enum_fmt_vid_cap(struct file *file, void *priv,
                                   struct v4l2_fmtdesc *f)
 {
        struct aim_fh *fh = priv;
 static int vidioc_try_fmt_vid_cap(struct file *file, void *priv,
                                  struct v4l2_format *f)
 {
-       struct aim_fh *fh  = priv;
+       struct aim_fh *fh = priv;
        struct most_video_dev *mdev = fh->mdev;
 
        return aim_set_format(mdev, VIDIOC_TRY_FMT, f);
 static int vidioc_s_fmt_vid_cap(struct file *file, void *priv,
                                struct v4l2_format *f)
 {
-       struct aim_fh *fh  = priv;
+       struct aim_fh *fh = priv;
        struct most_video_dev *mdev = fh->mdev;
 
        return aim_set_format(mdev, VIDIOC_S_FMT, f);