Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751615AbdL2Slp (ORCPT ); Fri, 29 Dec 2017 13:41:45 -0500 Received: from mail-qk0-f175.google.com ([209.85.220.175]:37685 "EHLO mail-qk0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200AbdL2Slo (ORCPT ); Fri, 29 Dec 2017 13:41:44 -0500 X-Google-Smtp-Source: ACJfBosrylpdnJ8tYf8TfW3lj5yCuglNzlkBLfnAJWldGRpjp+Ar5VirPRIdkG5HgJtKLgAVlaPjRmhbv80DqKWsxuk= MIME-Version: 1.0 In-Reply-To: <20171229183015.7772-1-cpu808694@gmail.com> References: <20171229183015.7772-1-cpu808694@gmail.com> From: Andy Shevchenko Date: Fri, 29 Dec 2017 20:41:42 +0200 Message-ID: Subject: Re: [PATCH] arch/x86/boot: sizeof macro To: Saidgani Musaev Cc: "H. Peter Anvin" , Thomas Gleixner , x86@kernel.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 310 Lines: 14 On Fri, Dec 29, 2017 at 8:30 PM, Saidgani Musaev wrote: No changelog, no explanation why... No SoB tag... > - ireg.cx = sizeof buf; > + ireg.cx = sizeof(buf); sizeof is operator, not a function. So, what are you trying to achieve? -- With Best Regards, Andy Shevchenko