From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/2] Add a cli command to test the TPM device.
Date: Sat, 15 Oct 2011 15:08:22 -0400 [thread overview]
Message-ID: <201110151508.23295.vapier@gentoo.org> (raw)
In-Reply-To: <201110152002.29886.marek.vasut@gmail.com>
On Saturday 15 October 2011 14:02:29 Marek Vasut wrote:
> On Saturday, October 15, 2011 05:39:08 AM Vadim Bendebury wrote:
> > --- /dev/null
> > +++ b/common/cmd_tpm.c
> > @@ -0,0 +1,111 @@
> > +/*
> > + * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
> > + * Released under the 2-clause BSD license.
>
> Are we ok with this ? Also, you say something about GPL in the same
> comment?
there's nothing wrong with adding files under the BSD license. what is odd
about this code though is that it says BSD on one line, and then it says
GPL-2+ a few lines later. pick one or the other.
> > + /*
> > + * Verify that in case it is present, the first argument, it is
> > + * exactly one character in size.
> > + */
> > + if (argc < 7) {
> > + puts("command should be at least six bytes in size\n");
> > + return ~0;
>
> Ugh, return 1 isn't ok ? Using ~0 on int type is weird.
~0 is weird. this should be 1 or -1.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111015/1452c232/attachment.pgp
next prev parent reply other threads:[~2011-10-15 19:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-15 3:39 [U-Boot] [PATCH v2 2/2] Add a cli command to test the TPM device Vadim Bendebury
2011-10-15 18:02 ` Marek Vasut
2011-10-15 18:23 ` Vadim Bendebury
2011-10-15 19:44 ` Wolfgang Denk
2011-10-15 20:01 ` Mike Frysinger
2011-10-15 20:27 ` Vadim Bendebury
2011-10-16 5:15 ` Mike Frysinger
2011-10-16 0:58 ` Vadim Bendebury
2011-10-15 19:08 ` Mike Frysinger [this message]
2011-10-16 0:56 ` Vadim Bendebury
2011-10-15 19:13 ` Mike Frysinger
2011-10-15 19:14 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201110151508.23295.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.