From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C959C7B; Thu, 27 Oct 2022 06:01:40 +0000 (UTC) Received: by mail-lf1-f49.google.com with SMTP id bp15so671527lfb.13; Wed, 26 Oct 2022 23:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=B2FHC86YAHuUPEPnk72ooTJ6542hsi9NToF8YQGLWNSWfWJTu0H+QxT50J5t0vfG+C aKwjSJYOa0+GIEXLvwbeEKTDJnltdlF5AYfc/E6GCoFZx/IvllRqJZ9Sgpk+sRWjBGl+ 9xrDeRuu3ZdRgthgB7eOYwfU1kZYVjzaReKx0faJaTMGd1OPwsumlnk/sbFZjUhDKjcI EWZ+KgUfJQQXMAAeJZy//IDeV8NlcOpFnHc/OuzETfFd7otDCCOlLWYBGfK09qR9BaFE gah06LcZJmFayxkfGWN+0WSjS7nEq8t8T032EaruhwZanl0aQ+EYHvl6EG7npFpoW0Ir lceg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=I0QcFfOByI/Hexi15K+ljXMNVsF85KuPEggKD/gjSOwq/z8Cie7CddwbrvvyM8k7dx 9IqrbESyha1Cfr27PEvU+8vhvfu4NR+PZfw8T+yt8q9pdHsw3ES3aytLh3FYBbsFb7RB 2jAMVgoqRqq4mJ8OSJg2Ygof9p30+7uDey+kNUFdWTSW0JTVOwHIavCFD6jddLqhCd3r PgToZkBNYQsTvJEhsYGq3yjS8nVlPinl1GvTSnUbjGdqf7FhbEJJs3qJUubP5WZjtYkH aj3gakxMp+BplsP/BAkDF8r+53pibuVFVJ/id35bAY8M8pXWwpkrGZU18RdYvb4CdW5N y9cQ== X-Gm-Message-State: ACrzQf22QXpNP/il2VNbmRRvOMhyB4KOQ8toVDDitZ/6SfSoBhelTAZD kekuasY2n6pyFr1IjG9cJ80= X-Google-Smtp-Source: AMsMyM6jL5UsUwxEgYclp9Exq7z/A9Gr+3ib1fHe0h2dM+tzH8NG0E1r0eMO6rm5UPzWF6oNE77wvw== X-Received: by 2002:ac2:50da:0:b0:4a2:44dc:b820 with SMTP id h26-20020ac250da000000b004a244dcb820mr18045843lfm.316.1666850498631; Wed, 26 Oct 2022 23:01:38 -0700 (PDT) Received: from elroy-temp-vm.gaiao0uenmiufjlowqgp5yxwdh.gvxx.internal.cloudapp.net ([20.240.130.248]) by smtp.googlemail.com with ESMTPSA id j3-20020a056512344300b0049fff3f645esm61537lfr.70.2022.10.26.23.01.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Oct 2022 23:01:38 -0700 (PDT) From: Tanjuate Brunostar To: gregkh@linuxfoundation.org Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev, Tanjuate Brunostar Subject: [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Date: Thu, 27 Oct 2022 06:01:24 +0000 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The fixes are similar, mostly long lines splitting. I had to make serveral patches to ease the work of inspectors v2: fixed a compilation error found by the kernel test robot and recompiled the code v3: tends out the error persisted in the second version. this version is a correction of that v4: did some corrections as recommended by Greg KH v5: shortend changelog comments as recommended by Greg KH Tanjuate Brunostar (6): staging: vt6655: fix lines ending in a '(' staging: vt6655: refactor code in s_uGetRTSCTSDuration staging: vt6655: refactor code in s_uFillDataHead staging: vt6655: refactor code in s_vGenerateTxParamete staging: vt6655: refactor code in the rest of the file staging: vt6655: refactor code to avoid a line ending in '(' drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++-------------- 1 file changed, 324 insertions(+), 218 deletions(-) -- 2.34.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C1D2CBA4E; Thu, 27 Oct 2022 08:59:31 +0000 (UTC) Received: by mail-lf1-f52.google.com with SMTP id p8so1384759lfu.11; Thu, 27 Oct 2022 01:59:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=enich8yCz31jib5vDHT9by/WtYR4B4iKdU6w4TTVNlj49RLa8wr/6n3Pjn7SUjk0oo IVT6UtzWHHOl/kT+zmyYgftGd4nCa9G5XxjodwnRsoaRxQm5OT02MA+YxsxO+00x7kqa cRwV5noqPv0o3KF6pH/avpDQrVdbCyzjYsIUL+/gVbqOthl1YT/Aj4UIsmbhshfngltc O98j77Kfo65lHchFeAeo/cMmt3HuLmo0EmsKa6CX1TRZnBhpTVSoT7kdK/2Vh9LPwHQ2 5x+l6ymRVyrMiyEri8OX1/I0M/4ZxyZVSTPwUaLFV87Ba+bqbmvbX1Z6ZCUQKjzYgWiI pdBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=rHheDJN92QIC5Z3T7n0/o2VWn6tSleeWxLBVMh0LYQ6HUo3uXu0896PNCiOLraeBm6 5BIEnKvvGdUSRkRltF+96KDEaJ3RXHq2F9Btk/rM2+om0LgcN/K8KfIToHOKkjk66rk9 qy/VHQGUjPUC7C86Jpn3es4BV/TDno0mKLKu6XPnI9lz9+5X++uquvUDHfcajLRcEEz0 GObkJdhNyCHEBTEFvs0p8VnV4L/Htt91SmFg091KSwLyzGptpTcy5pqRD016n3Qeptdk N+sby//pDIo4uyWB2VONBx6SlqxY4S/jit0VfnRhqLp9sCI0v+oZA0LM/JfZcijAnNz6 mtRQ== X-Gm-Message-State: ACrzQf1+ypVHof4UZQkoivXR2baU7KwrNW3DaUXJO5vevU66upEMC20v JnV1tIHFVoLwr8Fysrj7zC4= X-Google-Smtp-Source: AMsMyM5zyPFvWw0yWMbDDHUcS6QNUOYuNPKchL/VrnkY4IrnMTJnHGz7Sv3s30wQDPGNxBcBqfX4gg== X-Received: by 2002:ac2:4839:0:b0:4a4:4f4c:116 with SMTP id 25-20020ac24839000000b004a44f4c0116mr18204807lft.51.1666861169593; Thu, 27 Oct 2022 01:59:29 -0700 (PDT) Received: from elroy-temp-vm.gaiao0uenmiufjlowqgp5yxwdh.gvxx.internal.cloudapp.net ([20.240.130.248]) by smtp.googlemail.com with ESMTPSA id m3-20020a056512114300b004a050ddc4ecsm109892lfg.125.2022.10.27.01.59.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Oct 2022 01:59:29 -0700 (PDT) From: Tanjuate Brunostar To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev, outreachy@lists.linux.dev, Tanjuate Brunostar Subject: [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Date: Thu, 27 Oct 2022 08:59:02 +0000 Message-ID: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <20221027085902.HvhgJ4TfSo95yj5ha-KyczUoC2I-3DKqBQIDwd4uDmg@z> The fixes are similar, mostly long lines splitting. I had to make serveral patches to ease the work of inspectors v2: fixed a compilation error found by the kernel test robot and recompiled the code v3: tends out the error persisted in the second version. this version is a correction of that v4: did some corrections as recommended by Greg KH v5: shortend changelog comments as recommended by Greg KH Tanjuate Brunostar (6): staging: vt6655: fix lines ending in a '(' staging: vt6655: refactor code in s_uGetRTSCTSDuration staging: vt6655: refactor code in s_uFillDataHead staging: vt6655: refactor code in s_vGenerateTxParamete staging: vt6655: refactor code in the rest of the file staging: vt6655: refactor code to avoid a line ending in '(' drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++-------------- 1 file changed, 324 insertions(+), 218 deletions(-) -- 2.34.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D9C071865; Thu, 27 Oct 2022 09:06:00 +0000 (UTC) Received: by mail-lf1-f51.google.com with SMTP id be13so1467740lfb.4; Thu, 27 Oct 2022 02:06:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=jLSWcMzrSk/mqEfzXQZjeid0ZwoWYAz1FTuDTp+7XVyQaSLobdU/+LjtKZMk+LSI++ U95kA/OZrU6OBs9TKnAUQwXCQ27GFtbkfB3+m8WW9PLT5CC7+lh5cNwZvkIztGwgIoSO AQ9QVAQEwNvyiE4ez3Q85GI7CyJF/4w4SldN4by45idAz1Y6Ll94tb1QLZn7W0AAdGmq S1zfIfidXOsQHq4pNbmweXVSeaSt3VdFos7Oo+Z0ljVzawpeq6Jg0YNrEabxmFqomM+V 3N1WMSOQ096/F0Pm5Pcob8lclKu1Kqae9MqbZNRhm6i8KdNn/m4YMwD/E5vWytYqqvQs dzKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=EncBZflOzlAbtZz9W5qVyl68ny3FzPqckRhqwc0CMzgQR/O4wumsuuoc34ESsGTNdn 40A3YK+XA973mk4Md0paWJ1WYdSHBcxxrRA7H1EI5lRBcv15rgLb953kMj1iu+2uZQmB CY52/FM2qTISMR838L/Vsh6X4G6DCYW4KPvg7hMtq0wUN3nqACx+sJE/EFj7yzCQvLAW ees8G7YNsn3imphE6I6Lj+ck34XTImvmWXNWjbaiqcc61OkOLTSerfWRwxsyS/D6bT0n TbCeekp9ivdBX7Qy2wAi+QLUSInhFFMvKUwKflwpqLdf24vsJRH1k1+so8yidIPIGs9e IAlw== X-Gm-Message-State: ACrzQf1Cx1zOzR6lCExeWxjRCObk5j29YPpfccNgUFde/fT3peCn5Ez4 JCUUlLqWEl7ikg9ma6RJ1XY= X-Google-Smtp-Source: AMsMyM7N6TxNy+/Mr3NYgX7nR3Jit1vP2BXCodMzldTEl/RHwqQFdCcWjnzzPthI6c6QO14DHKMwIg== X-Received: by 2002:a05:6512:2a98:b0:4a2:d66f:c57c with SMTP id dt24-20020a0565122a9800b004a2d66fc57cmr17088367lfb.506.1666861559033; Thu, 27 Oct 2022 02:05:59 -0700 (PDT) Received: from elroy-temp-vm.gaiao0uenmiufjlowqgp5yxwdh.gvxx.internal.cloudapp.net ([20.240.130.248]) by smtp.googlemail.com with ESMTPSA id d9-20020a2e96c9000000b0026f9cb6d10fsm153273ljj.45.2022.10.27.02.05.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Oct 2022 02:05:58 -0700 (PDT) From: Tanjuate Brunostar To: linux-kernel@vger.kernel.org Cc: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev, outreachy@lists.linux.dev, Tanjuate Brunostar Subject: [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Date: Thu, 27 Oct 2022 09:05:49 +0000 Message-ID: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <20221027090549.DBxKy-2e6DU9fBnyStoVrx7LwLSIyErrXKFV60kr1I4@z> The fixes are similar, mostly long lines splitting. I had to make serveral patches to ease the work of inspectors v2: fixed a compilation error found by the kernel test robot and recompiled the code v3: tends out the error persisted in the second version. this version is a correction of that v4: did some corrections as recommended by Greg KH v5: shortend changelog comments as recommended by Greg KH Tanjuate Brunostar (6): staging: vt6655: fix lines ending in a '(' staging: vt6655: refactor code in s_uGetRTSCTSDuration staging: vt6655: refactor code in s_uFillDataHead staging: vt6655: refactor code in s_vGenerateTxParamete staging: vt6655: refactor code in the rest of the file staging: vt6655: refactor code to avoid a line ending in '(' drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++-------------- 1 file changed, 324 insertions(+), 218 deletions(-) -- 2.34.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 690DA139E; Fri, 28 Oct 2022 06:35:11 +0000 (UTC) Received: by mail-lf1-f46.google.com with SMTP id j4so6799504lfk.0; Thu, 27 Oct 2022 23:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=LGKirD4g4sEgrYlAgmBzFtanqc37blQX7pVANXmUEABnGRnY8Gnhu+snFNg0jtcOVA YaBIDYN6P3azAhOhFP2VFHhjH++1PB+BLGNftuxPleXdycA4aDS9YOLN+wChsscxxJZg 1XaehjH+Yv1b3mAd5t6WkH4ESR7jAxsl/sa09FAuHpu+siIrk0paojW8++r4JVrNqFRP aJ0JnQadFy9vwd8QTTsYk+wBHMDzXzOTKqknORAPdgI0M1w6Y894G4VPoSlTzMORpha6 eSyb3DkTxm6EE5lZtO56GyGv4uLxcIoZ1Iayal5BGHfuxU54yU9vYoaHb+Y7EwBeKXvB Js7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pb7xGr5fuIL0NtgblTv6xk3hHUrL7glkJIQ1IQxfKe0=; b=H6IarwXnK8Ei/tR1LPrPQE5VS9aHHoBCxofXaVKEh7PyAyBw4Z34JSrUees5ETd88c 0o4siIFL1/lZAb3wHuclFV/Pl1c4c3NSrVBfsXRbXxZEkqn9Vvm3WQeeMIiuO4BJjAaB DA8wKmHTadp6wLxBx9vUnAvh9dQtnlK+oXvXj0JoCxBNb16f731UDDiT4VxdNCfJuJNx aWBIiuROsnUyDlVJmSsRNvvh6arxZ8wyI0v+fD4Bfs37Nwt7gBG5txxmxVMb2vxFjJUE BPDIWz/EAuKx7LTyaNthubaLL2a78yqXoeg4tDAh0wuaqU5kJTasje+Z5Y1CiCbtZn34 0AaQ== X-Gm-Message-State: ACrzQf2HbIp6Cp3e+V28QDr/e/0EJhzHQlFy7SV56pYEOzXMRCsd/GSz 7GzQqukrjXEXYx535XEdUbM= X-Google-Smtp-Source: AMsMyM5ce5Dwx9A9W0LAtuDx5Y8cJ+Ijh5AUsBbrGsXPkOfIY1uAdZBBp/3xYcUPUMibJR8f9HbgFQ== X-Received: by 2002:a05:6512:3049:b0:4a2:7daa:cca5 with SMTP id b9-20020a056512304900b004a27daacca5mr18575041lfb.44.1666938909326; Thu, 27 Oct 2022 23:35:09 -0700 (PDT) Received: from elroy-temp-vm.gaiao0uenmiufjlowqgp5yxwdh.gvxx.internal.cloudapp.net ([20.240.130.248]) by smtp.googlemail.com with ESMTPSA id y16-20020a199150000000b004aa8cae6889sm440210lfj.262.2022.10.27.23.35.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Oct 2022 23:35:08 -0700 (PDT) From: Tanjuate Brunostar To: gregkh@linuxfoundation.org Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev, Tanjuate Brunostar Subject: [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Date: Fri, 28 Oct 2022 06:34:59 +0000 Message-ID: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <20221028063459.JHcfkwok3r8RFhpEOJW7N1BpV2OAAlcVFgpl9c72XKk@z> The fixes are similar, mostly long lines splitting. I had to make serveral patches to ease the work of inspectors v2: fixed a compilation error found by the kernel test robot and recompiled the code v3: tends out the error persisted in the second version. this version is a correction of that v4: did some corrections as recommended by Greg KH v5: shortend changelog comments as recommended by Greg KH Tanjuate Brunostar (6): staging: vt6655: fix lines ending in a '(' staging: vt6655: refactor code in s_uGetRTSCTSDuration staging: vt6655: refactor code in s_uFillDataHead staging: vt6655: refactor code in s_vGenerateTxParamete staging: vt6655: refactor code in the rest of the file staging: vt6655: refactor code to avoid a line ending in '(' drivers/staging/vt6655/rxtx.c | 542 ++++++++++++++++++++-------------- 1 file changed, 324 insertions(+), 218 deletions(-) -- 2.34.1