Re:

2015-10-27 Thread Shraddha Barke
, 2015 at 1:49 AM, Shraddha Barke <shraddha.6...@gmail.com> wrote: > I updated my local kernel repository with all recent commits using the > following commands- > git checkout staging-next > git pull > > After that when I try to

Re: Looking for easy first-timer tasks

2015-10-04 Thread Shraddha Barke
On Sun, 4 Oct 2015, Umair Khan wrote: On Sun, Oct 4, 2015 at 11:31 AM, Greg KH wrote: On Sat, Oct 03, 2015 at 07:37:54PM -0700, Sean Bollin wrote: > I read the website and searched for "TODO" in driver/staging as well as ran a > few of the perl style

[no subject]

2015-09-18 Thread Shraddha Barke
By mistake I made some changes to staging-next branch Now I've reverted those changes but I'm getting this message when I checkout to staging-next Your branch is ahead of 'origin/staging-next' by 4 commits. (use "git push" to publish your local commits) How do I fix this? Thanks in advance

Re:

2015-09-18 Thread Shraddha Barke
u. > > Yes. Thanks a lot :) > On Fri, Sep 18, 2015, 10:53 PM Shraddha Barke <shraddha.6...@gmail.com> > wrote: > >> By mistake I made some changes to staging-next branch >> Now I've reverted those changes but I'm getting this message when I >> checkout to stagin

[no subject]

2015-09-17 Thread Shraddha Barke
I updated my local kernel repository with all recent commits using the following commands- git checkout staging-next git pull After that when I try to compile, I'm getting an error scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or directory #include

Smatch installation error

2015-08-10 Thread Shraddha Barke
I tried to install smatch but I'm getting some errors: First I did : git clone git://repo.or.cz/smatch.git Then : cd smatch When I run : make .. I get the following error Makefile:107: Your system does not have libgtk2, disabling test-inspect LINK sparse-llvm /usr/bin/ld: cannot find

Checkpatch.pl warning

2015-08-08 Thread Shraddha Barke
I have come across the following checkpatch.pl warning a number of times: WARNING: Prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp() What exactly does it mean? What is the fix for this warning? Any help or links to appropriate Documentation will be good. Thanks in advance!