[PATCH] Replaced __u32 etc. with standard uint32_t style types
Denys Vlasenko
vda.linux at googlemail.com
Fri Jun 10 03:34:01 UTC 2011
On Friday 10 June 2011 05:20, Denys Vlasenko wrote:
> On Friday 10 June 2011 00:44, Daniel Fandrich wrote:
> > Signed-off-by: Dan Fandrich <dan at coneharvesters.com>
> > ---
> > networking/nameif.c | 28 ++++++++++++++--------------
> > networking/tc.c | 20 ++++++++++----------
> > 2 files changed, 24 insertions(+), 24 deletions(-)
>
> Applied, thanks!
Spoke too soon.
Here what happens when you signed-off doesn't match your From: email:
$ git push
Counting objects: 9, done.
Delta compression using 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 727 bytes, done.
Total 5 (delta 4), reused 0 (delta 0)
Refusing to update refs/heads/master:
Missing Author's Signed-off-by tag
To git+ssh://vda@busybox.net/var/lib/git/busybox.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git+ssh://vda@busybox.net/var/lib/git/busybox.git'
--
vda
More information about the busybox
mailing list