Return-Path: From: To: CC: Date: Mon, 27 Dec 2010 16:35:04 +0200 Subject: Re: [PATCH 2/4] Two merges very similar functions in bluetooth.c Message-ID: References: <1293447745-8697-1-git-send-email-michal.labedzki@tieto.com> <1293447745-8697-2-git-send-email-michal.labedzki@tieto.com>, In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: On Mon, Dec 27, 2010, Anderson Lizardo wrote: > IMHO, you should keep str2ba and drop the few occurrences of > strtoba(). Same applies to ba2str/batostr. > strtoba() allocates memory by itself, so if you use it instead, you > need to deallocate memory. str2ba(), on the other hand, uses a buffer > given as argument. These function are similar, but not the same. ba2str/str2ba reverse bdaddr, but batostr/strtoba not. I wrote relevant documentation comments, because names look similar, code look similar, but results are different. Regards