From mboxrd@z Thu Jan 1 00:00:00 1970 From: Varka Bhadram Subject: Re: [RFC V2 3/7] VSOCK: Introduce virtio-vsock-common.ko Date: Sat, 05 Jul 2014 09:12:46 +0530 Message-ID: <53B77436.3050208@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Asias He , kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:58022 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753972AbaGEDmu (ORCPT ); Fri, 4 Jul 2014 23:42:50 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Saturday 05 July 2014 08:53 AM, Asias He wrote: > From: Asias He > > This module contains the common code and header files for the following > virtio-vsock and virtio-vhost kernel modules. > > Signed-off-by: Asias He > --- > include/linux/virtio_vsock.h | 207 ++++ > include/uapi/linux/virtio_ids.h | 1 + > .../uapi/linux/{virtio_ids.h => virtio_vsock.h} | 78 +- > net/vmw_vsock/virtio_transport_common.c | 1220 ++++++++++++++++++++ > 4 files changed, 1485 insertions(+), 21 deletions(-) > create mode 100644 include/linux/virtio_vsock.h > copy include/uapi/linux/{virtio_ids.h => virtio_vsock.h} (50%) > create mode 100644 net/vmw_vsock/virtio_transport_common.c > This patch having coding style problems. Run checkpatch.pl on this. -- Regards, Varka Bhadram.